Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil-musale committed Oct 28, 2024
1 parent aa3f482 commit a0a2a06
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[versions]

# Plugin Version
androidGradlePlugin = "8.7.0"
androidLibrary = "8.7.0"
kotlin = "2.0.20"
androidGradlePlugin = "8.7.1"
androidLibrary = "8.7.1"
kotlin = "2.0.21"
jvmTarget = "1.8"
kotlinKsp = "2.0.20-1.0.25"
kotlinKsp = "2.0.21-1.0.26"
detektVersion = "1.23.7"

# Library Version
kotlinBOM = "2.0.20"
composeBOM = "2024.09.03"
composeBOM = "2024.10.00"

coreKtx = "1.13.1"
splashScreen = "1.0.1"
activityCompose = "1.9.2"
composeNavigation = "2.8.2"
activityCompose = "1.9.3"
composeNavigation = "2.8.3"
androidXLifecycle = "2.8.6"
composeViewmodel = "2.8.6"
androidMaterial3 = "1.3.0"
Expand Down

0 comments on commit a0a2a06

Please sign in to comment.