diff --git a/android/build.gradle b/android/build.gradle index 9ff835f..712efb8 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -34,6 +34,6 @@ repositories { } dependencies { - compile 'com.facebook.react:react-native:0.43.+' + compile 'com.facebook.react:react-native:[0.32,)' compile 'com.fivehundredpx:blurringview:1.0.0' }