Skip to content

Commit

Permalink
Always use newest react-native version in android build
Browse files Browse the repository at this point in the history
  • Loading branch information
sbugert committed Jun 27, 2016
1 parent 5d29f50 commit 1d24a73
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ node_modules/**/*
# Android
android/.idea/
android/android.iml
android/RNAdMob.iml
android/gradle/
android/gradlew
android/gradlew.bat
Expand Down
7 changes: 7 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
Example/
android/.idea/
android/android.iml
android/RNAdMob.iml
android/gradle/
android/gradlew
android/gradlew.bat
android/local.properties
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ android {
}

dependencies {
compile 'com.facebook.react:react-native:0.19.+'
compile 'com.facebook.react:react-native:+'
compile 'com.google.android.gms:play-services-ads:+'
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-admob",
"version": "1.1.1",
"version": "1.1.2",
"description": "A react-native component for Google AdMob banners and interstitials",
"author": "Simon Bugert <simon.bugert@gmail.com>",
"main": "index.js",
Expand Down

0 comments on commit 1d24a73

Please sign in to comment.