diff --git a/androiddemo/build.gradle b/androiddemo/build.gradle index e498523..0aaf2e6 100644 --- a/androiddemo/build.gradle +++ b/androiddemo/build.gradle @@ -46,11 +46,11 @@ android { dependencies { api fileTree(dir: 'libs', include: ['*.jar']) - // 吐司类库 - api 'com.github.getActivity:ToastUtils:10.5' - // Android 类库 - api 'com.android.support:appcompat-v7:28.0.0' // 包含 AppCompatActivity + //api 'com.android.support:appcompat-v7:28.0.0' + api('com.android.support:appcompat-v7:28.0.0'){ + exclude group: "com.android.support", module: "support-vector-drawable" + } // https://mvnrepository.com/artifact/com.android.support/support-compat api 'com.android.support:support-compat:28.0.0' // 保留原有依赖(可选) // https://mvnrepository.com/artifact/com.android.support/support-v4 diff --git a/androiddemo/build.properties b/androiddemo/build.properties index b67201a..f6428e1 100644 --- a/androiddemo/build.properties +++ b/androiddemo/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Wed Mar 26 07:23:51 GMT 2025 +#Fri Mar 28 06:28:08 GMT 2025 stageCount=0 libraryProject= baseVersion=15.0 publishVersion=15.0.0 -buildCount=11 +buildCount=13 baseBetaVersion=15.0.1