Skip to content

Commit d9dc93a

Browse files
author
zhouxingrong
committed
fix version
1 parent b2733d3 commit d9dc93a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

config.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ ext {
1515
buildToolsVersion : "26.0.0",
1616
minSdkVersion : 19,
1717
targetSdkVersion : 26,
18-
versionCode : 10,
19-
versionName : "1.2.2",
18+
versionCode : 12,
19+
versionName : "1.3.2",
2020
applicationId : "com.jusenr.tools",
2121
manifestPlaceholders: [UMENG_APPKEY_VALUE: "59a1173a7f2c747ef20009a3",
2222
APP_ID : "6666"],
@@ -26,7 +26,7 @@ ext {
2626
junitVersion : "4.12",
2727
debugDbVersion : "1.0.0",
2828
leakcanaryVersion : "1.5.1",
29-
androidtoolsVersion : "1.2.2",
29+
androidtoolsVersion : "1.+",
3030

3131
constraintVersion : "1.0.2",
3232
androidSupportVersion: "26.+",

toolslibrary/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ android {
88
buildToolsVersion "26.0.0"
99

1010
defaultConfig {
11-
minSdkVersion 19
11+
minSdkVersion 15
1212
targetSdkVersion 26
13-
versionCode 6
14-
versionName "1.2.2"
13+
versionCode 1
14+
versionName "1.0.0"
1515

1616
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1717
}

0 commit comments

Comments
 (0)