Skip to content

Commit

Permalink
[feature/bump-versions] Bump AGP, Compose compiler version (#80)
Browse files Browse the repository at this point in the history
- AGP: 8.3.0 -> 8.3.1
- Compose compiler: 1.5.10 -> 1.5.11
- Compose related: 1.6.3 -> 1.6.4
  • Loading branch information
l2hyunwoo authored Mar 26, 2024
1 parent 4a35d8c commit 35dc701
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
agp = "8.3.0"
agp = "8.3.1"
kotlin = "1.9.23"
compose = "1.6.1"
compose-compiler = "1.5.10"
compose-ui = "1.6.3"
compose-foundation = "1.6.3"
compose-compiler = "1.5.11"
compose-ui = "1.6.4"
compose-foundation = "1.6.4"
compose-material3 = "1.2.1"
androidx-activityCompose = "1.8.2"
androidx-lifecycleViewmodelCompose = "2.7.0"
Expand Down

0 comments on commit 35dc701

Please sign in to comment.