File tree 2 files changed +4
-3
lines changed 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,10 @@ repositories {
11
11
buildscript {
12
12
repositories {
13
13
jcenter()
14
+ google()
14
15
}
15
16
dependencies {
16
- classpath ' com.android.tools.build:gradle:2.2.3 '
17
+ classpath ' com.android.tools.build:gradle:3.1.4 '
17
18
}
18
19
}
19
20
@@ -37,7 +38,7 @@ android {
37
38
}
38
39
39
40
dependencies {
40
- compile " com.facebook.react:react-native:${ safeExtGet('reactNativeVersion', '+')} "
41
+ implementation " com.facebook.react:react-native:${ safeExtGet('reactNativeVersion', '+')} "
41
42
// compile 'com.squareup.okhttp3:okhttp:+'
42
43
// {RNFetchBlob_PRE_0.28_DEPDENDENCY}
43
44
}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =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