2025-09-15 21:10:41 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.google.unity.ads" android:versionName="1.0" android:versionCode="1">
|
|
|
|
|
|
<uses-sdk android:minSdkVersion="21" />
|
|
|
|
|
|
<application>
|
|
|
|
|
|
<uses-library android:required="false" android:name="org.apache.http.legacy" />
|
2025-09-19 19:45:18 +00:00
|
|
|
|
<meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="ca-app-pub-2550554896492831~3769768040" />
|
2025-11-06 03:32:46 +00:00
|
|
|
|
<meta-data android:name="com.google.unity.ads.UNITY_VERSION" android:value="6000.0.59f2" />
|
2025-09-15 21:10:41 +00:00
|
|
|
|
</application>
|
|
|
|
|
|
</manifest>
|