File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 jcenter()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:3.1.3 '
9+ classpath ' com.android.tools.build:gradle:3.2.1 '
1010 classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
1111 // NOTE: Do not place your application dependencies here; they belong
1212 // in the individual module build.gradle files
@@ -25,10 +25,10 @@ task clean(type: Delete) {
2525}
2626
2727ext {
28- compileSdkVersion = 27
28+ compileSdkVersion = 28
2929
3030 minSdkVersion = 8
31- targetSdkVersion = 27
31+ targetSdkVersion = 28
3232
3333 versionCode = 2
3434 versionName = " 1.0.1"
Original file line number Diff line number Diff line change 1- # Fri Aug 03 19:41:33 CST 2018
1+ # Wed Jul 03 10:00:36 CST 2019
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
You can’t perform that action at this time.
0 commit comments