Skip to content

Commit

Permalink
build: bump agp version
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Feb 1, 2024
1 parent a27a722 commit 1cebf0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
compileOnly(gradleApi())

// TODO: future - these versions must be kept in sync when updating buildscript deps.
implementation("com.android.tools.build:gradle:7.3.0")
implementation("com.android.tools.build:gradle:7.4.2")
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.22.0")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.32")
implementation("org.jetbrains.kotlinx:binary-compatibility-validator:0.12.1")
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/io/embrace/gradle/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object Versions {
val binaryCompatValidator = "0.12.1"

@JvmField
val agp = "7.3.0"
val agp = "7.4.2"

@JvmField
val lint = "30.1.0"
Expand Down

0 comments on commit 1cebf0d

Please sign in to comment.