Skip to content

Commit c90c462

Browse files
committed
Remove requirement of RN 0.20.+ from build.gradle
1 parent a511212 commit c90c462

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77

88
android {
99
compileSdkVersion 23
10-
buildToolsVersion "23.0.1"
10+
buildToolsVersion '25.0.0'
1111

1212
defaultConfig {
1313
minSdkVersion 16
@@ -18,6 +18,6 @@ android {
1818
}
1919

2020
dependencies {
21-
compile 'com.facebook.react:react-native:0.20.+'
21+
compile 'com.facebook.react:react-native:+' // from node_modules
2222
compile 'io.branch.sdk.android:library:2.+'
2323
}

0 commit comments

Comments
 (0)