removed the explicit (and old) version of the RN dependency in favour of +. This change means that multiple version of the RN libraries will no longer appear in the parent project.

This commit is contained in:
npomfret 2017-01-27 12:13:34 +00:00
parent 178edc15d1
commit 07a60470c0
1 changed files with 1 additions and 1 deletions

View File

@ -30,5 +30,5 @@ repositories {
}
dependencies {
compile 'com.facebook.react:react-native:0.12.+'
compile 'com.facebook.react:react-native:+'
}