Skip to content

Commit

Permalink
Merge pull request #54 from joreilly/dependency_upddates
Browse files Browse the repository at this point in the history
dependency updates
  • Loading branch information
joreilly authored Sep 22, 2024
2 parents dc6198b + 36c4f41 commit b8f0ad7
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
[versions]
kotlin = "2.0.0"
ksp = "2.0.0-1.0.22"
kotlinx-coroutines = "1.8.1"
kotlinx-serialization = "1.6.3"
kotlin = "2.0.20"
ksp = "2.0.20-1.0.25"
kotlinx-coroutines = "1.9.0"
kotlinx-serialization = "1.7.2"
kotlinx-dateTime = "0.6.0"


composeUiTooling = "1.3.1"
androidGradlePlugin = "8.5.0"
koin = "3.6.0-Beta4"
koinCompose = "3.6.0-Beta4"
androidGradlePlugin = "8.5.2"
koin = "4.0.0"
koinCompose = "4.0.0"
koinComposeMultiplatform = "1.2.0-Beta4"
ktor = "2.3.11"
slf4j = "2.0.12"
ktor = "2.3.12"
slf4j = "2.0.16"
sqlDelight = "2.0.2"
kmpNativeCoroutines = "1.0.0-ALPHA-31"
googleServices = "4.3.15"
kmpNativeCoroutines = "1.0.0-ALPHA-35"
googleServices = "4.4.2"

androidxActivity = "1.9.0"
androidxActivity = "1.9.2"
androidxComposeCompiler = "1.5.8"
jbComposeCompiler = "1.5.4"
androidxComposeBom = "2024.06.00"
androidxNavigationCompose = "2.7.7"
uiToolingPreview = "1.6.8"
androidxLifecycle = "2.8.2"
imageLoader = "1.7.8"
androidxComposeBom = "2024.09.02"
androidxNavigationCompose = "2.8.1"
uiToolingPreview = "1.7.2"
androidxLifecycle = "2.8.6"
imageLoader = "1.8.3"
osmdroidAndroid = "6.1.18"
googleMapsCompose = "5.0.3"

composeMultiplatform = "1.6.11"
accompanist = "0.32.0"
coilCompose = "2.6.0"
horologist = "0.6.12"
accompanist = "0.36.0"
coilCompose = "2.7.0"
horologist = "0.6.20"
okhttp = "5.0.0-alpha.14"

junit = "4.13.2"
androidxTestJUnit = "1.1.5"
robolectric = "4.12.2"
androidxTestCore = "1.5.0"
androidxTestJUnit = "1.2.1"
robolectric = "4.13"
androidxTestCore = "1.6.1"
mockito = "3.11.2"

multiplatformSettings = "1.1.1"
kermit = "2.0.3"
multiplatformSettings = "1.2.0"
kermit = "2.0.4"

minSdk = "24"
targetSdk = "34"
compileSdk = "34"
coreKtx = "1.13.1"
espressoCore = "3.5.1"
espressoCore = "3.6.1"
appcompat = "1.7.0"
material = "1.12.0"
constraintlayout = "2.1.4"
lifecycleLivedataKtx = "2.8.2"
navigationFragmentKtx = "2.7.7"
navigationUiKtx = "2.7.7"
lifecycleLivedataKtx = "2.8.6"
navigationFragmentKtx = "2.8.1"
navigationUiKtx = "2.8.1"


[libraries]
Expand Down

0 comments on commit b8f0ad7

Please sign in to comment.