7
7
minSdkVersion : 14 ,
8
8
targetSdkVersion : 27 ,
9
9
versionCode : 1_020_004,
10
- versionName : ' 1.20.4' // E.g. 1.9.72 => 1,009,072
10
+ versionName : ' 1.20.4.10 ' // E.g. 1.9.72 => 1,009,072
11
11
]
12
12
13
13
versionConfig = [
14
14
// plugin
15
- gradle : ' 3.2.0 ' ,
15
+ gradle : ' 3.2.1 ' ,
16
16
kotlin : ' 1.2.30' ,
17
17
// lib
18
18
support : ' 27.1.1' ,
19
+ constraint : ' 1.0.2' ,
20
+ bus : ' 1.0' ,
19
21
gson : ' 2.8.2' ,
20
22
glide : ' 4.7.1' ,
21
23
leakcanary : ' 1.5.4' ,
@@ -34,11 +36,13 @@ ext {
34
36
appcompat_v7 : " com.android.support:appcompat-v7:$versionConfig . support " ,
35
37
design : " com.android.support:design:$versionConfig . support " ,
36
38
],
39
+ constraint : " com.android.support.constraint:constraint-layout:$versionConfig . constraint " ,
37
40
kotlin_stdlib_jdk7 : " org.jetbrains.kotlin:kotlin-stdlib-jdk7" ,
38
41
leakcanary : [
39
42
android : " com.squareup.leakcanary:leakcanary-android:$versionConfig . leakcanary " ,
40
43
android_no_op : " com.squareup.leakcanary:leakcanary-android-no-op:$versionConfig . leakcanary " ,
41
44
],
45
+ bus : " com.blankj:bus:$versionConfig . bus " ,
42
46
gson : " com.google.code.gson:gson:$versionConfig . gson " ,
43
47
glide : " com.github.bumptech.glide:glide:$versionConfig . glide " ,
44
48
retrofit : " com.squareup.retrofit2:retrofit:$versionConfig . retrofit " ,
@@ -167,6 +171,7 @@ def configAppDependencies(Project pro) {
167
171
168
172
implementation depConfig. support. appcompat_v7
169
173
implementation depConfig. support. design
174
+ implementation depConfig. constraint
170
175
implementation depConfig. free_proguard
171
176
implementation ' com.r0adkll:slidableactivity:2.0.5'
172
177
// LeakCanary
@@ -178,6 +183,8 @@ def configAppDependencies(Project pro) {
178
183
179
184
def configUtilCodeDependencies (Project pro ) {
180
185
pro. dependencies {
186
+ api depConfig. bus
187
+
181
188
compileOnly depConfig. support. appcompat_v7
182
189
compileOnly depConfig. support. design
183
190
0 commit comments