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 {
6
6
}
7
7
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.2 .1'
9
+ classpath ' com.android.tools.build:gradle:3.4 .1'
10
10
}
11
11
}
12
12
Original file line number Diff line number Diff line change 2
2
3
3
buildscript {
4
4
ext {
5
- kotlinVersion = ' 1.3.0 '
5
+ kotlinVersion = ' 1.3.10 '
6
6
buildToolsVersion = " 28.0.3"
7
7
minSdkVersion = 19
8
8
compileSdkVersion = 28
@@ -15,7 +15,7 @@ buildscript {
15
15
jcenter()
16
16
}
17
17
dependencies {
18
- classpath ' com.android.tools.build:gradle:3.2 .1'
18
+ classpath ' com.android.tools.build:gradle:3.4 .1'
19
19
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
20
20
}
21
21
}
@@ -32,9 +32,3 @@ allprojects {
32
32
maven { url " $rootDir /../../node_modules/detox/Detox-android" }
33
33
}
34
34
}
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
2
2
distributionPath =wrapper/dists
3
3
zipStoreBase =GRADLE_USER_HOME
4
4
zipStorePath =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