diff --git a/android/app/build.gradle b/android/app/build.gradle index 799bd48..9850206 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -22,5 +22,5 @@ android { dependencies { compile fileTree(dir: "libs", include: ["*.jar"]) compile "com.android.support:appcompat-v7:23.0.1" - compile "com.facebook.react:react-native:+" -} \ No newline at end of file + compile "com.facebook.react:react-native:0.19.+" +}