File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ android {
2323}
2424
2525dependencies {
26- compile ' com.android.support:appcompat-v7:25.3.1 '
27- compile ' com.android.support:support-compat:25.3.1 '
26+ compile ' com.android.support:appcompat-v7:25.4.0 '
27+ compile ' com.android.support:support-compat:25.4.0 '
2828
2929 compile project(' :tableview' )
3030}
Original file line number Diff line number Diff line change 22buildscript {
33 repositories {
44 jcenter()
5+ maven {
6+ url ' https://maven.google.com/'
7+ name ' Google'
8+ }
59 }
610 dependencies {
711 classpath ' com.android.tools.build:gradle:2.2.0'
@@ -13,5 +17,9 @@ buildscript {
1317allprojects {
1418 repositories {
1519 jcenter()
20+ maven {
21+ url ' https://maven.google.com/'
22+ name ' Google'
23+ }
1624 }
1725}
Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ android {
4949}
5050
5151dependencies {
52- compile ' com.android.support:appcompat-v7:25.3.1 '
53- compile ' com.android.support:support-compat:25.3.1 '
52+ compile ' com.android.support:appcompat-v7:25.4.0 '
53+ compile ' com.android.support:support-compat:25.4.0 '
5454
5555 testCompile ' junit:junit:4.12'
56- testCompile ' org.mockito:mockito-core:1.9.5 '
56+ testCompile ' org.mockito:mockito-core:2.13.0 '
5757}
5858
5959// For releasing do a "gradlew install" followed by a "gradlew bintrayUpload"
You can’t perform that action at this time.
0 commit comments