summaryrefslogtreecommitdiff
path: root/Penguloon/Properties
diff options
context:
space:
mode:
authoraldrikboy <aldrikboy@gmail.com>2018-01-18 12:34:12 +0100
committeraldrikboy <aldrikboy@gmail.com>2018-01-18 12:34:12 +0100
commita49c13ab80a76ec81f36d6cbc8c37721f24f828c (patch)
treec5d717cb301459b4f83c7a364b8e3676e90bafc7 /Penguloon/Properties
parent2cb22a74aed80e2cce68f16b0821a690c7c05b7a (diff)
ads?
Diffstat (limited to 'Penguloon/Properties')
-rw-r--r--Penguloon/Properties/AndroidManifest.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Penguloon/Properties/AndroidManifest.xml b/Penguloon/Properties/AndroidManifest.xml
index 7c30976..36bdb0e 100644
--- a/Penguloon/Properties/AndroidManifest.xml
+++ b/Penguloon/Properties/AndroidManifest.xml
@@ -3,5 +3,9 @@
<uses-sdk android:targetSdkVersion="19" android:minSdkVersion="19" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
- <application android:label="Penguloon" android:icon="@drawable/Splash"></application>
+ <application android:label="Penguloon" android:icon="@drawable/Splash">
+ <activity android:name="com.google.android.gms.ads.AdActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
+ <meta-data android:name="com.google.android.gms.version"
+ android:value="@integer/google_play_services_version"/>
+ </application>
</manifest> \ No newline at end of file