Skip to content

Commit 87eb94d

Browse files
authored
Merge pull request #131 from joreilly/dependency_upddates
dependency updates
2 parents 85eecee + e11cd0c commit 87eb94d

File tree

4 files changed

+17
-16
lines changed

4 files changed

+17
-16
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ gradle-app.setting
3131
*.xcscheme
3232
xcschememanagement.plist
3333
*.xcbkptlist
34+
35+
/.kotlin/

androidApp/src/main/java/dev/johnoreilly/mortycomposekmm/ui/MainActivity.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import dev.johnoreilly.mortycomposekmm.ui.episodes.EpisodeDetailView
2121
import dev.johnoreilly.mortycomposekmm.ui.episodes.EpisodesListView
2222
import dev.johnoreilly.mortycomposekmm.ui.locations.LocationDetailView
2323
import dev.johnoreilly.mortycomposekmm.ui.locations.LocationsListView
24-
import org.koin.androidx.compose.getViewModel
2524

2625

2726
sealed class Screens(val route: String, val label: String, val icon: ImageVector? = null) {

gradle/libs.versions.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
[versions]
2-
kotlin = "2.0.0"
3-
ksp = "2.0.0-1.0.22"
4-
kotlinx-coroutines = "1.9.0-RC"
2+
kotlin = "2.0.20"
3+
ksp = "2.0.20-1.0.25"
4+
kotlinx-coroutines = "1.9.0"
55

6-
androidGradlePlugin = "8.1.4"
7-
koin = "3.5.6"
8-
koinCompose = "3.5.6"
9-
apollo = "4.0.0-rc.1"
10-
kmpNativeCoroutines = "1.0.0-ALPHA-31"
11-
kmpObservableViewModel = "1.0.0-BETA-3"
6+
androidGradlePlugin = "8.5.2"
7+
koin = "4.0.0"
8+
koinCompose = "4.0.0"
9+
apollo = "4.0.0"
10+
kmpNativeCoroutines = "1.0.0-ALPHA-35"
11+
kmpObservableViewModel = "1.0.0-BETA-5"
1212

13-
androidxActivity = "1.9.0"
14-
androidxComposeBom = "2024.06.00"
15-
androidxPaging = "3.3.0"
16-
androidxNavigationCompose = "2.7.7"
13+
androidxActivity = "1.9.2"
14+
androidxComposeBom = "2024.09.02"
15+
androidxPaging = "3.3.2"
16+
androidxNavigationCompose = "2.8.1"
1717
accompanist = "0.30.1"
18-
coilCompose = "2.6.0"
18+
coilCompose = "2.7.0"
1919

2020
junit = "4.13.2"
2121

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.4-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)