do not specify RN version in gradle

previously this would cause gradle to fetch old rn version even though it wasn't needed
This commit is contained in:
Vojtech Novak 2017-09-06 15:34:50 +02:00 committed by GitHub
parent 712679ff89
commit 610ad80134
1 changed files with 1 additions and 1 deletions

View File

@ -30,6 +30,6 @@ repositories {
}
dependencies {
compile 'com.facebook.react:react-native:0.19.+'
compile 'com.facebook.react:react-native:+'
compile 'com.facebook.conceal:conceal:1.1.3@aar'
}