Skip to content

Commit b6c67aa

Browse files
macgillsashishkumar468
authored andcommitted
commons-app#3628 Update Gradle Plugin - bump version (commons-app#3629)
1 parent b9dec57 commit b6c67aa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.gradle

+7-7
Original file line numberDiff line numberDiff 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

1818
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+
}
2525
}

0 commit comments

Comments
 (0)