Skip to content

Commit

Permalink
https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/19
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Mar 11, 2016
1 parent fc9347c commit 1bd3ec1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-admob",
"version": "1.1.1",
"version": "1.1.2",
"description" : "Make money with your app by using Google's AdMob ads.",
"main" : "admob.js",
"nativescript": {
Expand Down
8 changes: 8 additions & 0 deletions platforms/android/include.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
android {
productFlavors {
"nativescript-admob" {
dimension "nativescript-admob"
}
}
}

dependencies {
compile "com.google.android.gms:play-services-ads:7.5.0"
}

0 comments on commit 1bd3ec1

Please sign in to comment.