Skip to content

Commit

Permalink
Remove requirement of RN 0.20.+ from build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
jdee committed Mar 15, 2017
1 parent a511212 commit c90c462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {

android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
buildToolsVersion '25.0.0'

defaultConfig {
minSdkVersion 16
Expand All @@ -18,6 +18,6 @@ android {
}

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

0 comments on commit c90c462

Please sign in to comment.