Skip to content

Commit

Permalink
Remove in app purchase, fix play services version
Browse files Browse the repository at this point in the history
  • Loading branch information
miqmago committed Oct 31, 2018
1 parent 088229f commit 6a443dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 50 deletions.
49 changes: 1 addition & 48 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,48 +1 @@
{
"name": "cordova-admob",
"version": "4.1.16",
"description": "Google AdMob Ads plugin for Cordova, Phonegap, Ionic/Angular and Intel XDK. Monetize your app with one javascript line. Android SDK v7.5, iOS SDK v7.3.1. With support for tappx and auto-detect internet connection.",
"cordova": {
"id": "cordova-admob",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/appfeel/admob-google-cordova.git"
},
"keywords": [
"ad",
"ads",
"admob",
"google",
"advertising",
"advertisment",
"publicity",
"earn",
"win",
"play",
"services",
"iad",
"flurry",
"monetization",
"money",
"appfeel",
"tappx",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"engines": {
"name": "cordova",
"version": ">=4.0.0"
},
"author": "AppFeel",
"license": "MIT",
"bugs": {
"url": "https://github.com/appfeel/admob-google-cordova/issues"
},
"homepage": "https://github.com/appfeel/admob-google-cordova#readme"
}
{"name":"cordova-admob","version":"4.2.1","description":"Google AdMob Ads plugin for Cordova, Phonegap, Ionic/Angular and Intel XDK. Monetize your app with one javascript line. Android SDK v7.5, iOS SDK v7.3.1. With support for tappx and auto-detect internet connection.","cordova":{"id":"cordova-admob","platforms":["android","ios"]},"repository":{"type":"git","url":"git+https://github.com/appfeel/admob-google-cordova.git"},"keywords":["ad","ads","admob","google","advertising","advertisment","publicity","earn","win","play","services","iad","flurry","monetization","money","appfeel","tappx","ecosystem:cordova","cordova-android","cordova-ios"],"engines":{"name":"cordova","version":">=4.0.0"},"author":"AppFeel","license":"MIT","bugs":{"url":"https://github.com/appfeel/admob-google-cordova/issues"},"homepage":"https://github.com/appfeel/admob-google-cordova#readme"}
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-admob" version="4.1.16">
<description>Google AdMob Ads plugin for Cordova, Phonegap, Ionic/Angular and Intel XDK. Monetize your app with one javascript line. Latest versions of Android SDK and iOS SDK. With support for tappx and auto-detect internet connection.</description>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-admob" version="4.2.1">
<description>Google AdMob Ads plugin for Cordova, Phonegap, Ionic/Angular and Intel XDK. Monetize your app with one javascript line. Android SDK v7.5, iOS SDK v7.3.1. With support for tappx and auto-detect internet connection.</description>
<name>AdMob Google Ads + Tappx</name>
<author email="info@appfeel.com" href="https://github.com/appfeel/admob-google-cordova">AppFeel</author>
<license>MIT</license>
Expand Down

0 comments on commit 6a443dc

Please sign in to comment.