Skip to content

Commit

Permalink
Upgrade Android Gradle Plugin from 8.7.2 to 8.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
meikpiep committed Dec 7, 2024
1 parent 08bf721 commit 9948e99
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.7.2")
classpath("com.android.tools.build:gradle:8.7.3")
}
}

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= "1.4.0"
kotest = "5.9.1"
kotest-extensions = "1.3.0"
kotlin-coroutines = "1.9.0"
android-gradle-plugin = "8.7.2"
android-gradle-plugin = "8.7.3"
androidUiTestingUtils = "2.5.0"
roborazzi = "1.34.0"

Expand Down

0 comments on commit 9948e99

Please sign in to comment.