Skip to content

Commit

Permalink
Update AGP, Kotlin and Compose
Browse files Browse the repository at this point in the history
AGP: 8.3.0 -> 8.3.1
Kotlin: 1.9.22 -> 1.9.23
Compose BOM: 2024.02.02 -> 2024.03.00
Compose Compiler: 1.5.10 -> 1.5.11
  • Loading branch information
MateusRodCosta committed Mar 27, 2024
1 parent 9e56bc4 commit 8099d6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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"
kotlin = "1.9.22"
kotlinComposeCompiler = "1.5.10"
agp = "8.3.1"
kotlin = "1.9.23"
kotlinComposeCompiler = "1.5.11"
ktx = "1.12.0"
preference-ktx = "1.2.1"
composeBom = "2024.02.02"
composeBom = "2024.03.00"
activityCompose = "1.8.2"
navigationCompose = "2.7.7"
junit = "4.13.2"
Expand Down

0 comments on commit 8099d6b

Please sign in to comment.