fix: 增加对话框依赖为DialogX

This commit is contained in:
2023-02-21 15:11:12 +08:00
parent 3e6f8997fb
commit 54358b2ef0
11 changed files with 2075 additions and 43 deletions

View File

@@ -2,11 +2,11 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 30
buildToolsVersion '29.0.2'
compileSdkVersion 29
// buildToolsVersion '29.0.2'
defaultConfig {
minSdkVersion 16
targetSdkVersion 30
targetSdkVersion 29
versionCode 1
versionName "1.0"
}