From 35835d746e81b5b45a8562ef82e5df544beccac8 Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Wed, 12 Feb 2025 15:21:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=B1=BB=E5=BA=93=EF=BC=8C?= =?UTF-8?q?=E5=BA=94=E7=94=A8=E5=B4=A9=E6=BA=83=E6=8A=A5=E5=91=8A=E9=A3=8E?= =?UTF-8?q?=E6=A0=BC=E5=8C=96=E8=AE=BE=E7=BD=AE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apputils/build.properties | 4 ++-- apputils/src/main/AndroidManifest.xml | 2 +- apputils/src/main/res/values/styles.xml | 11 +++++++++++ libapputils/build.gradle | 8 ++++---- libapputils/build.properties | 4 ++-- 5 files changed, 20 insertions(+), 9 deletions(-) diff --git a/apputils/build.properties b/apputils/build.properties index e66e3dc..83d8b3d 100644 --- a/apputils/build.properties +++ b/apputils/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Sun Feb 09 07:13:33 GMT 2025 +#Wed Feb 12 07:19:38 GMT 2025 stageCount=2 libraryProject=libapputils baseVersion=9.3 publishVersion=9.3.1 -buildCount=4 +buildCount=18 baseBetaVersion=9.3.2 diff --git a/apputils/src/main/AndroidManifest.xml b/apputils/src/main/AndroidManifest.xml index a24d196..05d695a 100644 --- a/apputils/src/main/AndroidManifest.xml +++ b/apputils/src/main/AndroidManifest.xml @@ -8,7 +8,7 @@ android:allowBackup="true" android:icon="@drawable/ic_winboll" android:label="@string/app_name" - android:theme="@style/WinBoll.SupportThemeNoActionBar" + android:theme="@style/MyAppTheme" android:supportsRtl="true"> + + + + + diff --git a/libapputils/build.gradle b/libapputils/build.gradle index c0f2d8a..b4ca9c2 100644 --- a/libapputils/build.gradle +++ b/libapputils/build.gradle @@ -34,11 +34,11 @@ dependencies { api 'org.jsoup:jsoup:1.13.1' api 'com.squareup.okhttp3:okhttp:4.4.1' - api 'androidx.appcompat:appcompat:1.0.0' - api 'androidx.fragment:fragment:1.0.0' - api 'com.google.android.material:material:1.0.0' + api 'androidx.appcompat:appcompat:1.3.1' + api 'androidx.fragment:fragment:1.1.0' + api 'com.google.android.material:material:1.1.0' - api 'cc.winboll.studio:libappbase:1.2.3' + api 'cc.winboll.studio:libappbase:1.4.0' api fileTree(dir: 'libs', include: ['*.jar']) } diff --git a/libapputils/build.properties b/libapputils/build.properties index e66e3dc..83d8b3d 100644 --- a/libapputils/build.properties +++ b/libapputils/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Sun Feb 09 07:13:33 GMT 2025 +#Wed Feb 12 07:19:38 GMT 2025 stageCount=2 libraryProject=libapputils baseVersion=9.3 publishVersion=9.3.1 -buildCount=4 +buildCount=18 baseBetaVersion=9.3.2