We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a511212 commit c90c462Copy full SHA for c90c462
android/build.gradle
@@ -7,7 +7,7 @@ repositories {
7
8
android {
9
compileSdkVersion 23
10
- buildToolsVersion "23.0.1"
+ buildToolsVersion '25.0.0'
11
12
defaultConfig {
13
minSdkVersion 16
@@ -18,6 +18,6 @@ android {
18
}
19
20
dependencies {
21
- compile 'com.facebook.react:react-native:0.20.+'
+ compile 'com.facebook.react:react-native:+' // from node_modules
22
compile 'io.branch.sdk.android:library:2.+'
23
0 commit comments