Skip to content

Commit

Permalink
Upgrade Android Gradle Plugin from 8.8.1 to 8.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meikpiep committed Mar 6, 2025
1 parent 50be6ef commit 3720353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import java.net.URI

buildscript {
dependencies {
classpath("com.android.tools.build:gradle:8.8.1")
classpath("com.android.tools.build:gradle:8.9.0")
}
}

Expand Down
2 changes: 1 addition & 1 deletion libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ koin-annotations= "2.0.0"
kotest = "5.9.1"
kotest-extensions = "1.3.0"
kotlin-coroutines = "1.10.1"
android-gradle-plugin = "8.8.1"
android-gradle-plugin = "8.9.0"
androidUiTestingUtils = "2.5.0"
roborazzi = "1.43.0"

Expand Down

0 comments on commit 3720353

Please sign in to comment.