Skip to content

Commit 34e2b39

Browse files
authored
Merge pull request #57 from joreilly/dep_updates
dependency updates
2 parents a985931 + 3698226 commit 34e2b39

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

gradle/libs.versions.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kotlinx-dateTime = "0.6.1"
77

88

99
composeUiTooling = "1.3.1"
10-
androidGradlePlugin = "8.7.1"
10+
androidGradlePlugin = "8.8.1"
1111
koin = "4.0.0"
1212
koinCompose = "4.0.0"
1313
koinComposeMultiplatform = "1.2.0-Beta4"
@@ -17,14 +17,14 @@ sqlDelight = "2.0.2"
1717
kmpNativeCoroutines = "1.0.0-ALPHA-35"
1818
googleServices = "4.4.2"
1919

20-
androidxActivity = "1.9.3"
20+
androidxActivity = "1.10.0"
2121
androidxComposeCompiler = "1.5.8"
2222
jbComposeCompiler = "1.5.4"
23-
androidxComposeBom = "2024.10.00"
24-
androidxNavigationCompose = "2.8.3"
25-
uiToolingPreview = "1.7.4"
26-
androidxLifecycle = "2.8.6"
27-
imageLoader = "1.8.3"
23+
androidxComposeBom = "2025.02.00"
24+
androidxNavigationCompose = "2.8.7"
25+
uiToolingPreview = "1.7.8"
26+
androidxLifecycle = "2.8.7"
27+
imageLoader = "1.9.0"
2828
osmdroidAndroid = "6.1.20"
2929
googleMapsCompose = "5.0.3"
3030

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

3737
junit = "4.13.2"
3838
androidxTestJUnit = "1.2.1"
39-
robolectric = "4.13"
39+
robolectric = "4.14.1"
4040
androidxTestCore = "1.6.1"
4141
mockito = "3.11.2"
4242

4343
multiplatformSettings = "1.2.0"
44-
kermit = "2.0.4"
44+
kermit = "2.0.5"
4545

4646
minSdk = "24"
4747
targetSdk = "34"
4848
compileSdk = "34"
49-
coreKtx = "1.13.1"
49+
coreKtx = "1.15.0"
5050
espressoCore = "3.6.1"
5151
appcompat = "1.7.0"
5252
material = "1.12.0"
53-
constraintlayout = "2.1.4"
54-
lifecycleLivedataKtx = "2.8.6"
55-
navigationFragmentKtx = "2.8.3"
56-
navigationUiKtx = "2.8.3"
53+
constraintlayout = "2.2.0"
54+
lifecycleLivedataKtx = "2.8.7"
55+
navigationFragmentKtx = "2.8.7"
56+
navigationUiKtx = "2.8.7"
5757

5858

5959
[libraries]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Sun May 28 21:12:18 IST 2023
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)