mirror of
https://github.com/status-im/react-native-keychain.git
synced 2025-01-27 21:45:28 +00:00
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:
parent
712679ff89
commit
610ad80134
@ -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'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user