2025-09-28 02:46:59 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.google.unity.ads">
|
|
|
|
|
<uses-sdk android:minSdkVersion="23" />
|
|
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
2025-08-30 05:35:17 +00:00
|
|
|
|
<application>
|
2025-09-28 02:46:59 +00:00
|
|
|
|
<uses-library android:required="false" android:name="org.apache.http.legacy" />
|
|
|
|
|
<meta-data android:name="com.google.unity.ads.UNITY_VERSION" android:value="2022.3.62f1c1" />
|
2025-08-30 05:35:17 +00:00
|
|
|
|
</application>
|
2025-09-28 02:46:59 +00:00
|
|
|
|
</manifest>
|