|
@@ -6,7 +6,7 @@ def siteUrl = 'https://github.com/kongzue/DialogX' //项目在github主页地址
|
|
def gitUrl = 'https://github.com/kongzue/DialogX.git' //Git仓库的地址
|
|
def gitUrl = 'https://github.com/kongzue/DialogX.git' //Git仓库的地址
|
|
|
|
|
|
group = "com.kongzue.dialogx"
|
|
group = "com.kongzue.dialogx"
|
|
-version = "0.0.19"
|
|
|
|
|
|
+version = "0.0.20"
|
|
|
|
|
|
android {
|
|
android {
|
|
compileSdkVersion 30
|
|
compileSdkVersion 30
|
|
@@ -14,8 +14,8 @@ android {
|
|
defaultConfig {
|
|
defaultConfig {
|
|
minSdkVersion 21
|
|
minSdkVersion 21
|
|
targetSdkVersion 30
|
|
targetSdkVersion 30
|
|
- versionCode 19
|
|
|
|
- versionName "0.0.19"
|
|
|
|
|
|
+ versionCode 20
|
|
|
|
+ versionName "0.0.20"
|
|
|
|
|
|
consumerProguardFiles "consumer-rules.pro"
|
|
consumerProguardFiles "consumer-rules.pro"
|
|
|
|
|