Skip to content

Commit 336f25c

Browse files
authored
Merge pull request #134 from joreilly/dependency_updates
dependency updates
2 parents 87eb94d + 63838b7 commit 336f25c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ kotlin = "2.0.20"
33
ksp = "2.0.20-1.0.25"
44
kotlinx-coroutines = "1.9.0"
55

6-
androidGradlePlugin = "8.5.2"
6+
androidGradlePlugin = "8.7.0"
77
koin = "4.0.0"
88
koinCompose = "4.0.0"
99
apollo = "4.0.0"
1010
kmpNativeCoroutines = "1.0.0-ALPHA-35"
1111
kmpObservableViewModel = "1.0.0-BETA-5"
1212

1313
androidxActivity = "1.9.2"
14-
androidxComposeBom = "2024.09.02"
14+
androidxComposeBom = "2024.09.03"
1515
androidxPaging = "3.3.2"
16-
androidxNavigationCompose = "2.8.1"
16+
androidxNavigationCompose = "2.8.2"
1717
accompanist = "0.30.1"
1818
coilCompose = "2.7.0"
1919

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)