Skip to content

Commit 095093c

Browse files
authored
Merge pull request #138 from joreilly/dependency_updates
dependency updates
2 parents 336f25c + 96247b3 commit 095093c

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: set up JDK 17
13-
uses: actions/setup-java@v3
13+
uses: actions/setup-java@v4
1414
with:
1515
distribution: 'zulu'
1616
java-version: 17

androidApp/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ dependencies {
7171
androidTestImplementation(libs.androidx.compose.ui.test.junit)
7272
debugImplementation(libs.androidx.compose.ui.test.manifest)
7373

74-
testImplementation("androidx.test:core:1.5.0")
75-
testImplementation("org.robolectric:robolectric:4.11.1")
76-
androidTestImplementation("androidx.test:runner:1.5.2")
74+
testImplementation("androidx.test:core:1.6.1")
75+
testImplementation("org.robolectric:robolectric:4.13")
76+
androidTestImplementation("androidx.test:runner:1.6.2")
7777

7878
implementation(project(":shared"))
7979
}

gradle/libs.versions.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[versions]
2-
kotlin = "2.0.20"
3-
ksp = "2.0.20-1.0.25"
2+
kotlin = "2.0.21"
3+
ksp = "2.0.21-1.0.25"
44
kotlinx-coroutines = "1.9.0"
55

6-
androidGradlePlugin = "8.7.0"
6+
androidGradlePlugin = "8.7.1"
77
koin = "4.0.0"
88
koinCompose = "4.0.0"
9-
apollo = "4.0.0"
10-
kmpNativeCoroutines = "1.0.0-ALPHA-35"
11-
kmpObservableViewModel = "1.0.0-BETA-5"
9+
apollo = "4.0.1"
10+
kmpNativeCoroutines = "1.0.0-ALPHA-37"
11+
kmpObservableViewModel = "1.0.0-BETA-7"
1212

13-
androidxActivity = "1.9.2"
14-
androidxComposeBom = "2024.09.03"
13+
androidxActivity = "1.9.3"
14+
androidxComposeBom = "2024.10.00"
1515
androidxPaging = "3.3.2"
16-
androidxNavigationCompose = "2.8.2"
16+
androidxNavigationCompose = "2.8.3"
1717
accompanist = "0.30.1"
1818
coilCompose = "2.7.0"
1919

0 commit comments

Comments
 (0)