APPBase去除 Support 依赖

This commit is contained in:
ZhanGSKen
2025-03-12 14:32:48 +08:00
parent f5f88a61b0
commit 165765e0eb
22 changed files with 316 additions and 245 deletions

View File

@@ -7,7 +7,7 @@
android:name=".App"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme"
android:theme="@style/MyAppTheme"
android:resizeableActivity="true">
<activity