Skip to content

Commit

Permalink
Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdcamp committed Oct 29, 2024
1 parent f113233 commit 0fec7e9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[versions]
agp = "8.7.0"
kotlin = "2.0.20"
agp = "8.7.1"
kotlin = "2.0.21"
kotlinxCoroutines = "1.9.0"
kotlinxSerialization = "1.7.3"
kotlinxDateTime = "0.6.1"

androidxActivity = "1.9.2"
androidxComposeMaterial = "1.7.3"
androidxActivity = "1.9.3"
androidxComposeMaterial = "1.7.4"
androidxComposeMaterial3 = "1.3.0"
androidxComposeMaterial3Adaptive = "1.0.0"
androidxComposeMaterial3AdaptiveNavigation = "1.3.0"
androidxComposeUi = "1.7.3"
androidxComposeUi = "1.7.4"
androidxDataStore = "1.1.1"
androidxHilt = "1.2.0"
androidxLifecycle = "2.8.6"
androidxNavigation = "2.8.2"
androidxNavigation = "2.8.3"
androidxRoom = "2.6.1"
androidxSplashScreen = "1.1.0-rc01"
androidxStartup = "1.2.0"
Expand All @@ -23,13 +23,13 @@ androidxWork = "2.9.1"

assertk = "0.28.1"
coil = "2.7.0"
dependencyAnalysis = "2.1.4"
dependencyAnalysis = "2.3.0"
desugarJdkLibs = "2.1.2"
detekt = "1.23.7"
dbtools = "8.3.0"
downloadPlugin = "5.6.0"

firebaseBom = "33.4.0"
firebaseBom = "33.5.1"
firebaseAppDistPlugin = "5.0.0"
firebaseCrashlyticsPlugin = "3.0.2"
firebasePerfPlugin = "1.4.2"
Expand All @@ -39,16 +39,16 @@ gmsPlugin = "4.4.2"
hilt = "2.52"
kermit = "2.0.4"
kover = "0.8.3"
ksp = "2.0.20-1.0.25"
ktor = "3.0.0-rc-2"
ksp = "2.0.21-1.0.25"
ktor = "3.0.0"
leakCanary = "2.14"
licenseManager = "1.4.0"
mockK = "1.13.12"
okio = "3.9.1"
playPublisher = "3.11.0"
ruler = "1.4.0"
sqliteJdbc = "3.46.1.3"
turbine = "1.1.0"
sqliteJdbc = "3.47.0.0"
turbine = "1.2.0"
versionsPlugin = "0.51.0"
workManagerTools = "4.0.0"

Expand Down

0 comments on commit 0fec7e9

Please sign in to comment.