@@ -14,8 +14,8 @@ class Config {
1414 static compileSdkVersion = 27
1515 static minSdkVersion = 14
1616 static targetSdkVersion = 27
17- static versionCode = 1_025_001
18- static versionName = ' 1.25.1 ' // E.g. 1.9.72 => 1,009,072
17+ static versionCode = 1_025_002
18+ static versionName = ' 1.25.2 ' // E.g. 1.9.72 => 1,009,072
1919
2020 // lib version
2121 static kotlin_version = ' 1.3.10'
@@ -71,10 +71,11 @@ class Config {
7171 ],
7272
7373 lib : [
74- base : new DepConfig (" :lib:base" ),
75- common : new DepConfig (" :lib:common" ),
76- subutil : new DepConfig (" :lib:subutil" ),
77- utilcode : new DepConfig (true /* 是否本地调试*/ , " :lib:utilcode" , " com.blankj:utilcode:$versionName " ),
74+ base : new DepConfig (" :lib:base" ),
75+ common : new DepConfig (" :lib:common" ),
76+ subutil : new DepConfig (" :lib:subutil" ),
77+ utilcode : new DepConfig (true /* 是否本地调试*/ , " :lib:utilcode" , " com.blankj:utilcode:$versionName " ),
78+ utildebug : new DepConfig (true /* 是否本地调试*/ , " :lib:utildebug" , " com.blankj:utildebug:$versionName " ),
7879 ],
7980
8081 support : [
0 commit comments