Skip to content

Commit 0954538

Browse files
committed
修改构建版本配置
1 parent 112ebc6 commit 0954538

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2727
ext {
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"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Aug 03 19:41:33 CST 2018
1+
#Wed Jul 03 10:00:36 CST 2019
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

0 commit comments

Comments
 (0)