更新类库

This commit is contained in:
ZhanGSKen
2025-03-20 05:14:46 +08:00
parent 44418d7618
commit d2b4213e9b
128 changed files with 124 additions and 10039 deletions

View File

@@ -35,6 +35,8 @@
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE"/>
<application
tools:replace="android:appComponentFactory"
android:appComponentFactory="androidx.core.app.CoreComponentFactory"
android:name=".App"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
@@ -44,8 +46,7 @@
android:theme="@style/MyAppTheme"
android:usesCleartextTraffic="true"
android:requestLegacyExternalStorage="true"
tools:ignore="AllowBackup,GoogleAppIndexingWarning"
tools:targetApi="q">
tools:ignore="AllowBackup,GoogleAppIndexingWarning">
<activity android:name=".MainActivity">