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 {
77 maven { url " https://plugins.gradle.org/m2/" }
88 }
99 dependencies {
10- classpath ' com.android.tools.build:gradle:4.0.0 '
10+ classpath ' com.android.tools.build:gradle:3.6.2 '
1111 classpath " com.hiya:jacoco-android:0.2"
1212 classpath ' com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2'
1313 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION "
@@ -16,10 +16,10 @@ buildscript {
1616}
1717
1818allprojects {
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+ }
2525}
You can’t perform that action at this time.
0 commit comments