Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
- Updated Kotlin to 2.0.21
- Updated core-ktx to 1.15.0
- Updated compose compiler plugin to 1.7.0
  • Loading branch information
SEAbdulbasit committed Nov 30, 2024
1 parent 3c22018 commit 89e602c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
appcompat = "1.7.0"
core-ktx = "1.13.1"
kotlin = "2.0.20"
compose-plugin = "1.7.0-rc01"
core-ktx = "1.15.0"
kotlin = "2.0.21"
compose-plugin = "1.7.0"
navigation-compose = "2.7.0-alpha07"
androidx-activity-compose = "1.9.3"
agp = "8.7.1"
Expand Down

0 comments on commit 89e602c

Please sign in to comment.