From d4e4541bfd3e085ccd04d7ec1f00cd3d1520bf6e Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Wed, 26 Mar 2025 15:24:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0AppCompatActivity=E7=B1=BB?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- androiddemo/build.gradle | 5 +++-- androiddemo/build.properties | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/androiddemo/build.gradle b/androiddemo/build.gradle index 4ef2484..e498523 100644 --- a/androiddemo/build.gradle +++ b/androiddemo/build.gradle @@ -50,10 +50,11 @@ dependencies { api 'com.github.getActivity:ToastUtils:10.5' // Android 类库 + api 'com.android.support:appcompat-v7:28.0.0' // 包含 AppCompatActivity + // 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 api 'com.android.support:support-v4:28.0.0' - // 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-media-compat api 'com.android.support:support-media-compat:28.0.0' // https://mvnrepository.com/artifact/com.android.support/support-core-utils diff --git a/androiddemo/build.properties b/androiddemo/build.properties index 018d60a..b67201a 100644 --- a/androiddemo/build.properties +++ b/androiddemo/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Mon Mar 24 06:07:49 GMT 2025 +#Wed Mar 26 07:23:51 GMT 2025 stageCount=0 libraryProject= baseVersion=15.0 publishVersion=15.0.0 -buildCount=9 +buildCount=11 baseBetaVersion=15.0.1