diff --git a/.gitignore b/.gitignore index 7fb8c43..f8bf19d 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,6 @@ local.properties # node_modules/ npm-debug.log +branch_structure.json +temp_auto_push.bat +temp_interactive_push.bat diff --git a/android/build.gradle b/android/build.gradle index cab74c1..d3863df 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -35,5 +35,5 @@ repositories { dependencies { compile "com.facebook.react:react-native:${safeExtGet('reactNative', '+')}" - compile "com.google.android.gms:play-services-base:9.4.0" -} \ No newline at end of file + compile "com.google.android.gms:play-services-base:${safeExtGet('googlePlayServicesVersion', '15.0.1')}" +}