File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
maven { url " https://plugins.gradle.org/m2/" }
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:4.0.0 '
10
+ classpath ' com.android.tools.build:gradle:3.6.2 '
11
11
classpath " com.hiya:jacoco-android:0.2"
12
12
classpath ' com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2'
13
13
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION "
@@ -16,10 +16,10 @@ buildscript {
16
16
}
17
17
18
18
allprojects {
19
- repositories {
20
- google()
21
- jcenter()
22
- maven { url " https://jitpack.io" }
23
- maven { url " https://maven.google.com" }
24
- }
19
+ repositories {
20
+ google()
21
+ jcenter()
22
+ maven { url " https://jitpack.io" }
23
+ maven { url " https://maven.google.com" }
24
+ }
25
25
}
You can’t perform that action at this time.
0 commit comments