@@ -9,44 +9,42 @@ class Config {
9
9
static versionCode = 1_000_000 // TODO: MODIFY
10
10
static versionName = ' 1.0.0' // E.g. 1.9.72 => 1,009,072 // TODO: MODIFY
11
11
12
- static kotlin_version = ' 1.3.50 '
13
- static support_version = ' 27.1.1 '
14
- static leakcanary_version = ' 1.6.3 '
12
+ static gradlePluginVersion = ' 3.5.0 '
13
+ static kotlinVersion = ' 1.3.50 '
14
+ static supportVersion = ' 27.1.1 '
15
15
16
16
static depConfig = [
17
17
/* Never delete this line*/
18
18
/* Generated by "config.json"*/
19
- feature_mock : new DepConfig (false , true , " :feature:mock" ),
20
- feature_launcher_app : new DepConfig (true , true , " :feature:launcher:app" ),
21
- feature_feature0_app : new DepConfig (false , true , " :feature:feature0:app" ),
22
- feature_feature0_pkg : new DepConfig (true , true , " :feature:feature0:pkg" , " com.blankj:feature-feature0-pkg:1.0" ),
23
- feature_feature0_export : new DepConfig (true , true , " :feature:feature0:export" ),
24
- feature_feature1_app : new DepConfig (false , true , " :feature:feature1:app" ),
25
- feature_feature1_pkg : new DepConfig (true , true , " :feature:feature1:pkg" ),
26
- feature_feature1_export : new DepConfig (true , true , " :feature:feature1:export" ),
27
- lib_base : new DepConfig (true , true , " :lib:base" ),
28
- lib_common : new DepConfig (true , true , " :lib:common" ),
19
+ feature_mock : new DepConfig (false , true , " :feature:mock" ),
20
+ feature_launcher_app : new DepConfig (true , true , " :feature:launcher:app" ),
21
+ feature_feature0_app : new DepConfig (false , true , " :feature:feature0:app" ),
22
+ feature_feature0_pkg : new DepConfig (true , true , " :feature:feature0:pkg" , " com.blankj:feature-feature0-pkg:1.0" ),
23
+ feature_feature0_export : new DepConfig (true , true , " :feature:feature0:export" ),
24
+ feature_feature1_app : new DepConfig (false , true , " :feature:feature1:app" ),
25
+ feature_feature1_pkg : new DepConfig (true , true , " :feature:feature1:pkg" ),
26
+ feature_feature1_export : new DepConfig (true , true , " :feature:feature1:export" ),
27
+ lib_base : new DepConfig (true , true , " :lib:base" ),
28
+ lib_common : new DepConfig (true , true , " :lib:common" ),
29
29
/* Never delete this line*/
30
30
// feature_template_app : new DepConfig(":feature:template:app"),
31
31
// feature_template_pkg : new DepConfig(":feature:template:pkg"),
32
32
// feature_template_export : new DepConfig(":feature:template:export"),
33
- plugin_gradle : new DepConfig (pluginPath : " com.android.tools.build:gradle:3.3.0 " ),
34
- plugin_kotlin : new DepConfig (pluginPath : " org.jetbrains.kotlin:kotlin-gradle-plugin:$k otlin_version " ),
35
- plugin_api : new DepConfig (pluginPath : " com.blankj:api-gradle-plugin:1.1 " , pluginId : " com.blankj.api" ),
36
- plugin_bus : new DepConfig (pluginPath : " com.blankj:bus-gradle-plugin:2.3 " , pluginId : " com.blankj.bus" ),
33
+ plugin_gradle : new DepConfig (pluginPath : " com.android.tools.build:gradle:$g radlePluginVersion " ),
34
+ plugin_kotlin : new DepConfig (pluginPath : " org.jetbrains.kotlin:kotlin-gradle-plugin:$k otlinVersion " ),
35
+ plugin_api : new DepConfig (pluginPath : " com.blankj:api-gradle-plugin:1.2 " , pluginId : " com.blankj.api" ),
36
+ plugin_bus : new DepConfig (pluginPath : " com.blankj:bus-gradle-plugin:2.4 " , pluginId : " com.blankj.bus" ),
37
37
38
- support_appcompat_v7 : new DepConfig (" com.android.support:appcompat-v7:$s upport_version " ),
39
- support_design : new DepConfig (" com.android.support:design:$s upport_version " ),
38
+ support_appcompat_v7 : new DepConfig (" com.android.support:appcompat-v7:$s upportVersion " ),
39
+ support_design : new DepConfig (" com.android.support:design:$s upportVersion " ),
40
40
support_multidex : new DepConfig (" com.android.support:multidex:1.0.2" ),
41
41
support_constraint : new DepConfig (" com.android.support.constraint:constraint-layout:1.1.3" ),
42
42
43
- kotlin : new DepConfig (" org.jetbrains.kotlin:kotlin-stdlib-jdk7:$k otlin_version " ),
44
- utilcode : new DepConfig (" com.blankj:utilcode:1.25.10-alpha5 " ),
43
+ kotlin : new DepConfig (" org.jetbrains.kotlin:kotlin-stdlib-jdk7:$k otlinVersion " ),
44
+ utilcode : new DepConfig (" com.blankj:utilcode:1.28.0 " ),
45
45
free_proguard : new DepConfig (" com.blankj:free-proguard:1.0.1" ),
46
46
swipe_panel : new DepConfig (" com.blankj:swipe-panel:1.1" ),
47
47
48
- leakcanary_android : new DepConfig (" com.squareup.leakcanary:leakcanary-android:$leakcanary_version " ),
49
- leakcanary_android_no_op : new DepConfig (" com.squareup.leakcanary:leakcanary-android-no-op:$leakcanary_version " ),
50
- leakcanary_support_fragment : new DepConfig (" com.squareup.leakcanary:leakcanary-support-fragment:$leakcanary_version " ),
48
+ leakcanary_android : new DepConfig (" com.squareup.leakcanary:leakcanary-android:2.1" ),
51
49
]
52
50
}
0 commit comments