Update AndroidManifest.xml

This commit is contained in:
xC3FFF0E 2024-04-07 01:36:23 +08:00 committed by GitHub
parent cc92b62f78
commit bb75b519a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@
<uses-permission android:name="android:name=com.google.android.gms.permission.AD_ID" />
<application
android:allowBackup="true"
android:requestLegacyExternalStorage="true"
android:icon="@mipmap/xmanager"
android:roundIcon="@mipmap/xmanager_round"
android:label="@string/app_name"
@ -73,6 +72,6 @@
</provider>
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="null~null"/>
android:value="ca-app-pub-3319548483346434~9030061641"/>
</application>
</manifest>