Skip to content

Commit

Permalink
Update Compose to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdgr8 committed Mar 1, 2024
1 parent 063280c commit e1478c9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions examples/getting-started-compose/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
activity-compose = "1.8.2"
android-gradle-plugin = "8.2.2"
compose = "1.6.1"
compose-plugin = "1.5.12"
compose = "1.6.2"
compose-plugin = "1.6.0"
couchbase-lite-objc = "3.1.4"
kotbase = "3.1.3-1.1.0"
kotlin = "1.9.22"
Expand Down
6 changes: 3 additions & 3 deletions examples/getting-started/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ androidx-constraintlayout = "2.1.4"
androidx-core-ktx = "1.12.0"
androidx-lifecycle-ktx = "2.7.0"
androidx-material = "1.11.0"
compose-plugin = "1.5.12"
compose-plugin = "1.6.0"
couchbase-lite-c = "3.1.3"
kmp-native-coroutines = "1.0.0-ALPHA-24"
kmp-native-coroutines = "1.0.0-ALPHA-25"
kotbase = "3.1.3-1.1.0"
kotlin = "1.9.22"
ksp = "1.9.22-1.0.16"
ksp = "1.9.22-1.0.17"

[plugins]
android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@
repositoryURL = "https://github.com/rickclephas/KMP-NativeCoroutines.git";
requirement = {
kind = exactVersion;
version = "1.0.0-ALPHA-17";
version = "1.0.0-ALPHA-25";
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
7 changes: 4 additions & 3 deletions examples/kotbase-notes/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
android-compileSdk = "34"
android-minSdk = "24"
android-targetSdk = "34"
compose = "1.6.1"
compose-plugin = "1.5.12"
compose = "1.6.2"
compose-plugin = "1.6.0"
coroutines = "1.8.0"
couchbase-lite-objc = "3.1.4"
kotbase = "3.1.3-1.1.0"
koin = "3.5.3"
kotlin = "1.9.22"
ktor = "2.3.8"
Expand All @@ -26,7 +27,7 @@ koin-core = { module = "io.insert-koin:koin-core", version.ref = "koin" }
koin-compose = { module = "io.insert-koin:koin-compose", version = "1.1.2" }
koin-android = { module = "io.insert-koin:koin-android", version.ref = "koin" }
koin-androidx-compose = { module = "io.insert-koin:koin-androidx-compose", version.ref = "koin" }
kotbase = { module = "dev.kotbase:couchbase-lite-ktx", version = "3.1.3-1.1.0" }
kotbase = { module = "dev.kotbase:couchbase-lite-ktx", version.ref = "kotbase" }
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
kotlinx-coroutines-swing = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-swing", version.ref = "coroutines" }
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.6.3" }
Expand Down

0 comments on commit e1478c9

Please sign in to comment.