Skip to content

Commit

Permalink
Merge pull request #19 from square/py/update_gradle
Browse files Browse the repository at this point in the history
Update gradle to 4.2.0
  • Loading branch information
pyricau authored May 11, 2021
2 parents f033b9a + 277f146 commit 03cf6d0
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 03cf6d0

Please sign in to comment.