File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 }
77
88 dependencies {
9- classpath ' com.android.tools.build:gradle:3.2 .1'
9+ classpath ' com.android.tools.build:gradle:3.4 .1'
1010 }
1111}
1212
Original file line number Diff line number Diff line change 22
33buildscript {
44 ext {
5- kotlinVersion = ' 1.3.0 '
5+ kotlinVersion = ' 1.3.10 '
66 buildToolsVersion = " 28.0.3"
77 minSdkVersion = 19
88 compileSdkVersion = 28
@@ -15,7 +15,7 @@ buildscript {
1515 jcenter()
1616 }
1717 dependencies {
18- classpath ' com.android.tools.build:gradle:3.2 .1'
18+ classpath ' com.android.tools.build:gradle:3.4 .1'
1919 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
2020 }
2121}
@@ -32,9 +32,3 @@ allprojects {
3232 maven { url " $rootDir /../../node_modules/detox/Detox-android" }
3333 }
3434}
35-
36-
37- task wrapper (type : Wrapper ) {
38- gradleVersion = ' 4.7'
39- distributionUrl = distributionUrl. replace(" bin" , " all" )
40- }
Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-4.7-all.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
6+
You can’t perform that action at this time.
0 commit comments