cordova-admob-tomitank 1.1.4 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/plugin.xml +2 -2
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# [Cordova AdMob tomitank]
|
|
2
2
|
|
|
3
3
|
Based on AdMob Plus Cordova with updated SDK-s
|
|
4
|
-
- Android:
|
|
4
|
+
- Android: 24.4.0
|
|
5
5
|
- iOS: 12.7.0
|
|
6
6
|
|
|
7
7
|
[](https://github.com/sponsors/tomitank)
|
package/package.json
CHANGED
package/plugin.xml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version='1.0' encoding='utf-8'?>
|
|
2
|
-
<plugin id="cordova-admob-tomitank" version="1.1.
|
|
2
|
+
<plugin id="cordova-admob-tomitank" version="1.1.5"
|
|
3
3
|
xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
|
4
4
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
5
5
|
<name>cordova-admob-tomitank</name>
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
|
|
21
21
|
<platform name="android">
|
|
22
22
|
<preference name="APP_ID_ANDROID" default="ca-app-pub-xxx~yyy" />
|
|
23
|
-
<preference name="PLAY_SERVICES_VERSION" default="
|
|
23
|
+
<preference name="PLAY_SERVICES_VERSION" default="24.4.0" />
|
|
24
24
|
|
|
25
25
|
<config-file target="AndroidManifest.xml" parent="/manifest/application">
|
|
26
26
|
<activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize" android:excludeFromRecents="true" android:name="com.google.android.gms.ads.AdActivity" android:noHistory="true" />
|