Skip to content

Commit

Permalink
Bump AGP to 8.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mars885 committed Aug 6, 2024
1 parent 06112e0 commit 437295e
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 @@ -24,6 +24,6 @@ repositories {
}

dependencies {
implementation("com.android.tools.build:gradle:7.2.2")
implementation("com.android.tools.build:gradle:8.3.1")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0")
}
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ object publishingConfig {
object versions {

const val kotlin = "2.0.0" // also in buildSrc build.gradle.kts file
const val gradlePlugin = "7.2.2" // also in buildSrc build.gradle.kts file
const val gradlePlugin = "8.3.1" // also in buildSrc build.gradle.kts file
const val gradleVersionsPlugin = "0.42.0"
const val appCompat = "1.4.2"
const val cardView = "1.0.0"
Expand Down

0 comments on commit 437295e

Please sign in to comment.