Skip to content

Commit

Permalink
Merge pull request #24 from joreilly/update_dependencies
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
zsmb13 authored Oct 29, 2024
2 parents 6efc071 + 4f2ca63 commit 16eb82b
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 23 deletions.
1 change: 1 addition & 0 deletions composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ kotlin {
implementation(libs.androidx.navigation.compose)
implementation(libs.koin.androidx.compose)
implementation(libs.coil.compose)
implementation(libs.coil.network.ktor)
}
commonMain.dependencies {
implementation(compose.runtime)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import androidx.compose.ui.text.buildAnnotatedString
import androidx.compose.ui.text.font.FontWeight
import androidx.compose.ui.text.withStyle
import androidx.compose.ui.unit.dp
import coil.compose.AsyncImage
import coil3.compose.AsyncImage
import com.jetbrains.kmpapp.R
import com.jetbrains.kmpapp.data.MuseumObject
import org.koin.androidx.compose.koinViewModel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import androidx.compose.ui.graphics.Color
import androidx.compose.ui.layout.ContentScale
import androidx.compose.ui.text.font.FontWeight
import androidx.compose.ui.unit.dp
import coil.compose.AsyncImage
import coil3.compose.AsyncImage
import com.jetbrains.kmpapp.data.MuseumObject
import org.koin.androidx.compose.koinViewModel

Expand Down
25 changes: 13 additions & 12 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
[versions]
agp = "8.6.0"
androidx-activityCompose = "1.9.2"
androidx-navigationCompose = "2.8.1"
androidx-ui-tooling = "1.7.2"
agp = "8.6.1"
androidx-activityCompose = "1.9.3"
androidx-navigationCompose = "2.8.3"
androidx-ui-tooling = "1.7.4"
androidx-viewmodelCompose = "2.8.6"
coil = "2.7.0"
compose-multiplatform = "1.6.11"
kmpObservableViewmodel = "1.0.0-BETA-5"
kmpNativeCoroutines = "1.0.0-ALPHA-35"
coil = "3.0.0-rc02"
compose-multiplatform = "1.7.0"
kmpObservableViewmodel = "1.0.0-BETA-7"
kmpNativeCoroutines = "1.0.0-ALPHA-37"
koin = "4.0.0"
kotlin = "2.0.20"
kotlin = "2.0.21"
kotlinx-serialization = "1.7.3"
ksp = "2.0.20-1.0.25"
ktor = "2.3.12"
ksp = "2.0.21-1.0.25"
ktor = "3.0.0"

[libraries]
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" }
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "androidx-ui-tooling" }
androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "androidx-ui-tooling" }
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "androidx-navigationCompose" }
androidx-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-viewmodelCompose" }
coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
coil-compose = { group = "io.coil-kt.coil3", name = "coil-compose", version.ref = "coil" }
coil-network-ktor = { group = "io.coil-kt.coil3", name = "coil-network-ktor3", version.ref = "coil" }
kmp-observable-viewmodel = { module = "com.rickclephas.kmp:kmp-observableviewmodel-core", version.ref = "kmpObservableViewmodel" }
koin-androidx-compose = { module = "io.insert-koin:koin-androidx-compose", version.ref = "koin" }
koin-core = { module = "io.insert-koin:koin-core", version.ref = "koin" }
Expand Down
10 changes: 5 additions & 5 deletions iosApp/iosApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
058557BA273AAA24004C7B11 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
058557D8273AAEEB004C7B11 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
2152FB032600AC8F00CF470E /* iOSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iOSApp.swift; sourceTree = "<group>"; };
7555FF7B242A565900829871 /* KMP-App-Template-Native.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; name = "KMP-App-Template-Native.app"; path = "KMP App.app"; sourceTree = BUILT_PRODUCTS_DIR; };
7555FF7B242A565900829871 /* KMP App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "KMP App.app"; sourceTree = BUILT_PRODUCTS_DIR; };
7555FF82242A565900829871 /* ListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ListView.swift; sourceTree = "<group>"; };
7555FF8C242A565B00829871 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
AB3632DC29227652001CCB65 /* Config.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = "<group>"; };
Expand Down Expand Up @@ -74,7 +74,7 @@
7555FF7C242A565900829871 /* Products */ = {
isa = PBXGroup;
children = (
7555FF7B242A565900829871 /* KMP-App-Template-Native.app */,
7555FF7B242A565900829871 /* KMP App.app */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -125,7 +125,7 @@
EB049B002C1AEB680032A688 /* KMPObservableViewModelSwiftUI */,
);
productName = iosApp;
productReference = 7555FF7B242A565900829871 /* KMP-App-Template-Native.app */;
productReference = 7555FF7B242A565900829871 /* KMP App.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
Expand Down Expand Up @@ -417,15 +417,15 @@
repositoryURL = "https://github.com/rickclephas/KMP-ObservableViewModel";
requirement = {
kind = exactVersion;
version = "1.0.0-BETA-5";
version = "1.0.0-BETA-7";
};
};
EB50C48E2BE0EB69005DE781 /* XCRemoteSwiftPackageReference "KMP-NativeCoroutines" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/rickclephas/KMP-NativeCoroutines.git";
requirement = {
kind = exactVersion;
version = "1.0.0-ALPHA-35-spm-async";
version = "1.0.0-ALPHA-37-spm-async";
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/rickclephas/KMP-NativeCoroutines.git",
"state" : {
"revision" : "ca368019fe91808abf30d14bff796dd5cf024513",
"version" : "1.0.0-ALPHA-35-spm-async"
"revision" : "398072f9a010122bbcfff78040681743442fa8d6",
"version" : "1.0.0-ALPHA-37-spm-async"
}
},
{
"identity" : "kmp-observableviewmodel",
"kind" : "remoteSourceControl",
"location" : "https://github.com/rickclephas/KMP-ObservableViewModel",
"state" : {
"revision" : "32be3e95499a3f14e8639be17887f5d11f182ca3",
"version" : "1.0.0-BETA-5"
"revision" : "805c41ff1305b02909c3b50a7e34a46b3c029c04",
"version" : "1.0.0-BETA-7"
}
}
],
Expand Down

0 comments on commit 16eb82b

Please sign in to comment.