@@ -15,7 +15,7 @@ class Config {
1515 static minSdkVersion = 14
1616 static targetSdkVersion = 28
1717 static versionCode = 1_026_001
18- static versionName = ' 1.26.1' // E.g. 1.9.72 => 1,009,072
18+ static versionName = ' 1.26.1-alpha1 ' // E.g. 1.9.72 => 1,009,072
1919
2020 // lib version
2121 static gradlePluginVersion = ' 3.5.2'
@@ -26,8 +26,8 @@ class Config {
2626 static depConfig = [
2727 /* Never delete this line*/
2828 /* Generated by "config.json"*/
29- plugin_api_gradle_plugin : new DepConfig (false , true , " :plugin:api-gradle-plugin" ),
30- plugin_bus_gradle_plugin : new DepConfig (false , true , " :plugin:bus-gradle-plugin" ),
29+ plugin_api_gradle_plugin : new DepConfig (true , true , " :plugin:api-gradle-plugin" ),
30+ plugin_bus_gradle_plugin : new DepConfig (true , true , " :plugin:bus-gradle-plugin" ),
3131 feature_mock : new DepConfig (false , true , " :feature:mock" ),
3232 feature_launcher_app : new DepConfig (true , true , " :feature:launcher:app" ),
3333 feature_main_app : new DepConfig (false , true , " :feature:main:app" ),
@@ -55,7 +55,7 @@ class Config {
5555 // 本地上传成功之后 isApply = true 即可应用插件来调试,后续版本更新无需设置 isApply = false
5656 // 发布版本的话把 isApply = false, useLocal = false,更新版本号,发布成功后 isApply = true 即可使用远程库版本
5757 plugin_api : new DepConfig (isApply : true , useLocal : false , pluginPath : " com.blankj:api-gradle-plugin:1.3" , pluginId : " com.blankj.api" ),
58- plugin_bus : new DepConfig (isApply : true , useLocal : false , pluginPath : " com.blankj:bus-gradle-plugin:2.4 " , pluginId : " com.blankj.bus" ),
58+ plugin_bus : new DepConfig (isApply : true , useLocal : false , pluginPath : " com.blankj:bus-gradle-plugin:2.5 " , pluginId : " com.blankj.bus" ),
5959
6060 support_appcompat_v7 : new DepConfig (" com.android.support:appcompat-v7:$supportVersion " ),
6161 support_design : new DepConfig (" com.android.support:design:$supportVersion " ),
0 commit comments