File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ apply plugin: 'com.android.library'
22
33android {
44 compileSdkVersion configs. compileSdkVersion
5- buildToolsVersion configs. buildToolsVersion
65
76 defaultConfig {
87 minSdkVersion configs. minSdkVersion
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99 maven { url " https://jitpack.io" }
1010 }
1111 dependencies {
12- classpath ' com.android.tools.build:gradle:3.0.1 '
12+ classpath ' com.android.tools.build:gradle:3.2.0 '
1313 classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
1414 }
1515}
@@ -32,14 +32,13 @@ task clean(type: Delete) {
3232ext {
3333 configs = [
3434 compileSdkVersion : 27 ,
35- buildToolsVersion : ' 27.0.2' ,
3635 minSdkVersion : 15 ,
3736 targetSdkVersion : 27 ,
3837 versionCode : 1 ,
3938 versionName : ' 1.0.0' ,
4039 ]
4140
42- supportLibraryVersion = ' 27.0.2 '
41+ supportLibraryVersion = ' 27.1.1 '
4342
4443 flexboxVersion = ' 0.3.0'
4544
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -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