diff --git a/android/build.gradle b/android/build.gradle index 2c59d5d..4f894a2 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -28,7 +28,7 @@ repositories { } dependencies { - compile 'com.facebook.react:react-native:0.20.+' + compile 'com.facebook.react:react-native:+' compile fileTree(include: ['*.jar'], dir: 'libs') testCompile 'junit:junit:4.12' compile 'com.github.afollestad.material-dialogs:commons:0.8.6.2'