Skip to content

Commit

Permalink
Update gradle to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pyricau committed May 11, 2021
1 parent f033b9a commit 277f146
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ subprojects {
repositories {
google()
mavenCentral()
jcenter()
}

apply(plugin = "org.jlleitschuh.gradle.ktlint")
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Versions {

object Dependencies {
object Build {
const val Android = "com.android.tools.build:gradle:4.2.0-beta05"
const val Android = "com.android.tools.build:gradle:4.2.0"
const val MavenPublish = "com.vanniktech:gradle-maven-publish-plugin:0.12.0"
val Kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:${Versions.KotlinCompiler}"
const val Ktlint = "org.jlleitschuh.gradle:ktlint-gradle:9.2.1"
Expand Down

0 comments on commit 277f146

Please sign in to comment.