File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,10 @@ repositories {
1111buildscript {
1212 repositories {
1313 jcenter()
14+ google()
1415 }
1516 dependencies {
16- classpath ' com.android.tools.build:gradle:2.2.3 '
17+ classpath ' com.android.tools.build:gradle:3.1.4 '
1718 }
1819}
1920
@@ -37,7 +38,7 @@ android {
3738}
3839
3940dependencies {
40- compile " com.facebook.react:react-native:${ safeExtGet('reactNativeVersion', '+')} "
41+ implementation " com.facebook.react:react-native:${ safeExtGet('reactNativeVersion', '+')} "
4142 // compile 'com.squareup.okhttp3:okhttp:+'
4243 // {RNFetchBlob_PRE_0.28_DEPDENDENCY}
4344}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.14.1-all .zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.2-bin .zip
You can’t perform that action at this time.
0 commit comments