diff --git a/android/build.gradle b/android/build.gradle index 9c99beec..6d0cdb81 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -4,7 +4,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:1.1.3' + classpath 'com.android.tools.build:gradle:2.1.0' } } @@ -30,7 +30,7 @@ repositories { jcenter() maven { // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm - url "$projectDir/../../node_modules/react-native/android" + url "$projectDir/../../../node_modules/react-native/android" } }