You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PlumberUltimateAds/Assets/Plugins/Android/GoogleMobileAdsPlugin.andro.../AndroidManifest.xml

8 lines
547 B
XML

<?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">
<application>
<uses-library android:required="false" android:name="org.apache.http.legacy" />
<meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="ca-app-pub-1518268979235646~4802074656" />
<meta-data android:name="com.google.unity.ads.UNITY_VERSION" android:value="2022.3.17f1" />
</application>
</manifest>