diff --git a/android/build.gradle b/android/build.gradle index 35d326e..49a6c37 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -29,7 +29,7 @@ repositories { dependencies { compile 'com.android.support:appcompat-v7:23.+' - compile 'com.facebook.react:react-native:0.13.0' + compile 'com.facebook.react:react-native:0.14.0' compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' compile('com.github.afollestad.material-dialogs:core:0.8.5.0@aar') {