Replace appcenter with google services

This commit is contained in:
世界
2023-10-31 13:44:42 +08:00
parent 0f9441c650
commit 446ffa4a4d
14 changed files with 182 additions and 187 deletions

View File

@@ -39,6 +39,10 @@
android:name="android.app.shortcuts"
android:resource="@xml/shortcuts" />
<meta-data
android:name="firebase_crashlytics_collection_enabled"
android:value="false" />
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -173,11 +177,6 @@
android:resource="@xml/cache_paths" />
</provider>
<receiver
android:name="com.microsoft.appcenter.distribute.UpdateReceiver"
tools:node="remove" />
</application>
</manifest>