Skip to content

Commit

Permalink
Update all lib version to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorKabata committed Dec 18, 2023
1 parent 2e194fd commit c41c072
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ gradle = "8.1.0"
ktLint = "11.6.0"
detekt = "1.19.0"
gradleVersionUpdate = "0.48.0"
googleServices = "4.3.14"
firebaseAppDistribution = "3.0.3"
firebaseCrashlytics = "2.9.2"
googleServices = "4.4.0"
firebaseAppDistribution = "4.0.1"
firebaseCrashlytics = "2.9.9"
firebasePerformance = "1.4.2"
nativeCocoapod = "1.9.0"

Expand All @@ -30,29 +30,28 @@ kotlinxTestResources = "0.2.2"
voyager = "1.0.0-rc03"
imageLoader = "1.6.3"
materialWindowSizeClass = "0.3.0"
composeMultiplatform = "1.5.10"
preCompose = "1.5.0-beta01"

#Android Versions

#Desktop Versions
kamel = "0.4.0"

androidxCore = "1.12.0"
material = "1.9.0"
coroutines = "1.5.2"
firebaseBOM = "32.3.1"
material = "1.10.0"
firebaseBOM = "32.7.0"
leakCanary = "2.9.1"

jUnit = "4.13.2"
truth = "1.1.3"
robolectric = "4.10.3"
jUnitKtx = "1.1.5"
espresso = "3.5.1"
test = "1.5.0"
kotlinTest = "1.9.10"
test = "1.5.2"
kotlinTest = "1.9.20"
archTestCore = "2.2.0"
turbine = "0.12.3"
composeMultiplatform = "1.5.10"
preCompose = "1.5.0-beta01"

[plugins]
ktLint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktLint" }
Expand Down

0 comments on commit c41c072

Please sign in to comment.