File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
google()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.0.1 '
9
+ classpath ' com.android.tools.build:gradle:3.1.0 '
10
10
classpath ' com.novoda:bintray-release:0.8.0'
11
11
// NOTE: Do not place your application dependencies here; they belong
12
12
// in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 -all.zip
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ android {
26
26
}
27
27
28
28
dependencies {
29
- compile fileTree(dir : ' libs' , include : [' *.jar' ])
30
29
compileOnly ' com.squareup.okhttp3:okhttp:3.10.0'
31
30
}
32
31
You can’t perform that action at this time.
0 commit comments