Skip to content

Commit

Permalink
Update gradle versions for ReactNative 0.55.4 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdamien committed Jul 26, 2018
1 parent 73cb22d commit 020decd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ project.ext {
buildscript {
repositories {
jcenter()
google()
}

dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:2.2.3'
}
}

Expand All @@ -31,11 +30,12 @@ android {
}

repositories {
jcenter()
mavenCentral()
}

dependencies {
implementation 'com.facebook.react:react-native:+'
implementation 'com.android.support:customtabs:23.+'
compile 'com.facebook.react:react-native:+'
compile 'com.android.support:customtabs:23.+'
}

3 changes: 1 addition & 2 deletions android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Wed Feb 21 23:07:04 CET 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip

0 comments on commit 020decd

Please sign in to comment.