Skip to content

Commit

Permalink
fix(deps): update agp to v8.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 842c2c7 commit fc448b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
agp = "8.7.3"
agp = "8.8.0"
burst = "2.2.0"
kotlin = "2.1.0"
clikt = "5.0.2"
Expand Down
2 changes: 1 addition & 1 deletion playground-kmp/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
agp = "8.7.3"
agp = "8.8.0"
android-compileSdk = "34"
android-minSdk = "24"
android-targetSdk = "34"
Expand Down
2 changes: 1 addition & 1 deletion playground/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
activity-compose = "1.9.3"
agp = "8.7.3"
agp = "8.8.0"
androidxComposeCompiler = "1.5.10"
compose-bom = "2024.12.01"
core-ktx = "1.15.0"
Expand Down

0 comments on commit fc448b3

Please sign in to comment.