Fixed react-native dependency to work with any version from the parent project

This commit is contained in:
Nathan Broadbent 2017-04-14 21:37:07 +07:00
parent 05761a3c1d
commit 90bcaf7786
1 changed files with 1 additions and 1 deletions

View File

@ -34,6 +34,6 @@ repositories {
} }
dependencies { dependencies {
compile 'com.facebook.react:react-native:0.43.+' compile 'com.facebook.react:react-native:[0.32,)'
compile 'com.fivehundredpx:blurringview:1.0.0' compile 'com.fivehundredpx:blurringview:1.0.0'
} }