Skip to content

Commit

Permalink
Merge pull request #57 from joreilly/dep_updates
Browse files Browse the repository at this point in the history
dependency updates
  • Loading branch information
joreilly authored Feb 14, 2025
2 parents a985931 + 3698226 commit 34e2b39
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kotlinx-dateTime = "0.6.1"


composeUiTooling = "1.3.1"
androidGradlePlugin = "8.7.1"
androidGradlePlugin = "8.8.1"
koin = "4.0.0"
koinCompose = "4.0.0"
koinComposeMultiplatform = "1.2.0-Beta4"
Expand All @@ -17,14 +17,14 @@ sqlDelight = "2.0.2"
kmpNativeCoroutines = "1.0.0-ALPHA-35"
googleServices = "4.4.2"

androidxActivity = "1.9.3"
androidxActivity = "1.10.0"
androidxComposeCompiler = "1.5.8"
jbComposeCompiler = "1.5.4"
androidxComposeBom = "2024.10.00"
androidxNavigationCompose = "2.8.3"
uiToolingPreview = "1.7.4"
androidxLifecycle = "2.8.6"
imageLoader = "1.8.3"
androidxComposeBom = "2025.02.00"
androidxNavigationCompose = "2.8.7"
uiToolingPreview = "1.7.8"
androidxLifecycle = "2.8.7"
imageLoader = "1.9.0"
osmdroidAndroid = "6.1.20"
googleMapsCompose = "5.0.3"

Expand All @@ -36,24 +36,24 @@ okhttp = "5.0.0-alpha.14"

junit = "4.13.2"
androidxTestJUnit = "1.2.1"
robolectric = "4.13"
robolectric = "4.14.1"
androidxTestCore = "1.6.1"
mockito = "3.11.2"

multiplatformSettings = "1.2.0"
kermit = "2.0.4"
kermit = "2.0.5"

minSdk = "24"
targetSdk = "34"
compileSdk = "34"
coreKtx = "1.13.1"
coreKtx = "1.15.0"
espressoCore = "3.6.1"
appcompat = "1.7.0"
material = "1.12.0"
constraintlayout = "2.1.4"
lifecycleLivedataKtx = "2.8.6"
navigationFragmentKtx = "2.8.3"
navigationUiKtx = "2.8.3"
constraintlayout = "2.2.0"
lifecycleLivedataKtx = "2.8.7"
navigationFragmentKtx = "2.8.7"
navigationUiKtx = "2.8.7"


[libraries]
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun May 28 21:12:18 IST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 34e2b39

Please sign in to comment.