cordova-admob-tomitank 1.0.0 → 1.0.1
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 +8 -4
- package/package.json +1 -1
- package/plugin.xml +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
# [AdMob
|
|
1
|
+
# [Cordova AdMob tomitank]
|
|
2
2
|
|
|
3
|
-
Based on AdMob Plus Cordova
|
|
4
|
-
|
|
3
|
+
Based on AdMob Plus Cordova with updated SDK-s
|
|
4
|
+
Android: 22.0.0
|
|
5
|
+
iOS: 10.3.0
|
|
6
|
+
|
|
7
|
+
[](https://github.com/sponsors/tomitank)
|
|
5
8
|
|
|
6
9
|
## Documentation
|
|
7
10
|
|
|
@@ -11,7 +14,8 @@ You can find the documentation [on the website](https://admob-plus.github.io/doc
|
|
|
11
14
|
|
|
12
15
|
- Star this repository
|
|
13
16
|
- Open issue for feature requests
|
|
17
|
+
- [Sponsor this project](https://github.com/sponsors/tomitank)
|
|
14
18
|
|
|
15
19
|
## License
|
|
16
20
|
|
|
17
|
-
AdMob
|
|
21
|
+
Cordova AdMob tomitank is [MIT licensed](../../LICENSE).
|
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.0.
|
|
2
|
+
<plugin id="cordova-admob-tomitank" version="1.0.1"
|
|
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>
|