26 lines
834 B
Diff
26 lines
834 B
Diff
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
|
|
index 92505c1..d683c4e 100644
|
|
--- a/AndroidManifest.xml
|
|
+++ b/AndroidManifest.xml
|
|
@@ -97,20 +97,5 @@
|
|
android:value="@string/facebook_app_id" />
|
|
<activity android:name="com.facebook.LoginActivity"></activity>
|
|
|
|
- <!-- AppLovin -->
|
|
- <meta-data
|
|
- android:name="applovin.sdk.key"
|
|
- android:value="u8D2q5yisTf-a6WW7-61Nb_kb0IaC_p4706y53eyXIx6PRdXQkTpJTWwZqVmqIryIyuO_WKXqGeEhGm7_JwJsR" />
|
|
-
|
|
- <!-- MobileCore -->
|
|
- <service
|
|
- android:name="com.ironsource.mobilcore.MobileCoreReport"
|
|
- android:enabled="true"
|
|
- android:exported="false"
|
|
- android:process=":mcServiceProcess" />
|
|
- <receiver
|
|
- android:name="com.ironsource.mobilcore.InstallationTracker"
|
|
- android:enabled="true"
|
|
- android:process=":installationTracker" />
|
|
</application>
|
|
</manifest>
|