@@ -15,7 +15,7 @@ class Config {
15
15
static minSdkVersion = 14
16
16
static targetSdkVersion = 28
17
17
static versionCode = 1_026_000
18
- static versionName = ' 1.26.0' // E.g. 1.9.72 => 1,009,072
18
+ static versionName = ' 1.26.0-alpha1 ' // E.g. 1.9.72 => 1,009,072
19
19
20
20
// lib version
21
21
static kotlin_version = ' 1.3.50'
@@ -44,7 +44,7 @@ class Config {
44
44
lib_utildebug : new DepConfig (true , true , " :lib:utildebug" , " com.blankj:utildebug:1.25.10-alpha5" ),
45
45
lib_utildebug_no_op : new DepConfig (true , true , " :lib:utildebug-no-op" , " com.blankj:utildebug-no-op:1.25.10-alpha5" ),
46
46
/* Never delete this line*/
47
- plugin_gradle : new DepConfig (pluginPath : " com.android.tools.build:gradle:3.5 .2" ),
47
+ plugin_gradle : new DepConfig (pluginPath : " com.android.tools.build:gradle:3.4 .2" ),
48
48
plugin_kotlin : new DepConfig (pluginPath : " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version " ),
49
49
plugin_maven : new DepConfig (pluginPath : " com.github.dcendents:android-maven-gradle-plugin:2.1" , pluginId : " com.github.dcendents.android-maven" ),// 上传到 maven
50
50
plugin_bintray : new DepConfig (pluginPath : " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4" , pluginId : " com.jfrog.bintray" ),// 上传到 bintray
0 commit comments