Skip to content

Commit

Permalink
Merge pull request #366 from joreilly/update_dependencies
Browse files Browse the repository at this point in the history
udpate dependencies
  • Loading branch information
joreilly authored Aug 17, 2024
2 parents f1d8cf8 + 4ab708c commit 12d0bc3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ struct ContentView: View {
}

struct PeopleListScreen: View {
//@ObservedObject var viewModel: PeopleInSpaceViewModel
@State var viewModel = PersonListViewModel()

@State private var path: [Assignment] = []
Expand Down
4 changes: 2 additions & 2 deletions compose-web/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ kotlin {
implementation(compose.material3)
implementation(compose.components.resources)

implementation("io.coil-kt.coil3:coil-compose:3.0.0-alpha05")
implementation("io.coil-kt.coil3:coil-network-ktor:3.0.0-alpha05")
implementation("io.coil-kt.coil3:coil-compose:3.0.0-alpha10")
implementation("io.coil-kt.coil3:coil-network-ktor:3.0.0-alpha08")

implementation(libs.kotlinx.coroutines)
implementation(libs.kotlinx.serialization)
Expand Down
24 changes: 12 additions & 12 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlin = "2.0.0"
ksp = "2.0.0-1.0.22"
kotlin = "2.0.10"
ksp = "2.0.10-1.0.24"

compose-multiplatform = "1.6.11"
composeUiTooling = "1.3.1"
Expand All @@ -15,16 +15,16 @@ osmdroidAndroid = "6.1.18"
osmAndroidCompose = "0.0.5"
slf4j = "2.0.13"
sqlDelight = "2.0.2"
kmp-nativecoroutines = "1.0.0-ALPHA-31"
kmp-nativecoroutines = "1.0.0-ALPHA-34"

androidxActivity = "1.9.0"
androidxActivity = "1.9.1"
androidxComposeBom = "2024.06.00"
material3-adaptive = "1.0.0-beta04"
material3-adaptive-navigation-suite = "1.3.0-beta04"
androidxNavigationCompose = "2.8.0-beta04"
material3-adaptive-navigation-suite = "1.3.0-beta05"
androidxNavigationCompose = "2.8.0-beta07"
uiToolingPreview = "1.6.8"
wearCompose = "1.3.1"
androidxLifecycle = "2.8.3"
androidxLifecycle = "2.8.4"
androidxLifecycleKMP = "2.8.0"
imageLoader = "1.7.8"

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

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

kermit = "2.0.3"
kermit = "2.0.4"

gradleVersionsPlugin = "0.51.0"
shadowPlugin = "7.0.0"
skie = "0.8.1"
shadowPlugin = "7.1.2"
skie = "0.8.4"

minSdk = "24"
compileSdk = "34"
compileSdk = "35"
targetSdk = "34"
minWearSdk = "26"
targetWearSdk = "33"
Expand Down

0 comments on commit 12d0bc3

Please sign in to comment.