Skip to content

Commit

Permalink
commons-app#3628 Update Gradle Plugin - bump version (commons-app#3629)
Browse files Browse the repository at this point in the history
  • Loading branch information
macgills authored and ashishkumar468 committed Oct 10, 2020
1 parent b9dec57 commit b6c67aa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.0'
classpath 'com.android.tools.build:gradle:3.6.2'
classpath "com.hiya:jacoco-android:0.2"
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION"
Expand All @@ -16,10 +16,10 @@ buildscript {
}

allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
maven { url "https://maven.google.com" }
}
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
maven { url "https://maven.google.com" }
}
}

0 comments on commit b6c67aa

Please sign in to comment.