Skip to content

Commit

Permalink
Update Android Gradle Plugin from 8.2.1 to 8.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
meikpiep committed Jan 25, 2024
1 parent 54674df commit f94103c
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
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath("com.android.tools.build:gradle:8.2.1")
classpath("com.android.tools.build:gradle:8.2.2")
}
}
plugins {
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.3.0"
kotest = "5.8.0"
kotest-extensions = "1.3.0"
kotlin-coroutines = "1.7.3"
android-gradle-plugin = "8.2.1"
android-gradle-plugin = "8.2.2"

[libraries]

Expand Down

0 comments on commit f94103c

Please sign in to comment.