Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdgr8 committed Feb 17, 2024
1 parent 47c6fa6 commit e9c3deb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 17 deletions.
2 changes: 1 addition & 1 deletion examples/getting-started-compose/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
activity-compose = "1.8.2"
android-gradle-plugin = "8.2.2"
compose = "1.6.0"
compose = "1.6.1"
compose-plugin = "1.5.12"
couchbase-lite-objc = "3.1.4"
kotbase = "3.1.3-1.1.0"
Expand Down
5 changes: 0 additions & 5 deletions examples/getting-started/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,3 @@ plugins {
alias(libs.plugins.android.library) apply false
alias(libs.plugins.jetbrains.compose) apply false
}

allprojects {
group = "dev.kotbase.gettingstarted"
version = "1.0"
}
7 changes: 2 additions & 5 deletions examples/kotbase-notes/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
plugins {
// this is necessary to avoid the plugins to be loaded multiple times
// in each subproject's classloader
alias(libs.plugins.kotlin.multiplatform) apply false
alias(libs.plugins.android.application) apply false
alias(libs.plugins.android.library) apply false
alias(libs.plugins.jetbrains.compose) apply false
alias(libs.plugins.kotlin.multiplatform) apply false
alias(libs.plugins.kotlin.native.cocoapods) apply false
}
}
9 changes: 3 additions & 6 deletions examples/kotbase-notes/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,25 @@
[versions]
agp = "8.2.2"
android-compileSdk = "34"
android-minSdk = "24"
android-targetSdk = "34"
androidx-activity-compose = "1.8.2"
compose = "1.6.1"
compose-plugin = "1.5.12"
coroutines = "1.7.3"
coroutines = "1.8.0"
couchbase-lite-objc = "3.1.4"
koin = "3.5.3"
kotlin = "1.9.22"
ktor = "2.3.8"

[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
android-library = { id = "com.android.library", version.ref = "agp" }
android-application = { id = "com.android.application", version = "8.2.2" }
jetbrains-compose = { id = "org.jetbrains.compose", version.ref = "compose-plugin" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlin-native-cocoapods = { id = "org.jetbrains.kotlin.native.cocoapods", version.ref = "kotlin" }
kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
skie = { id = "co.touchlab.skie", version = "0.6.1" }

[libraries]
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity-compose" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.8.2" }
compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "compose" }
koin-core = { module = "io.insert-koin:koin-core", version.ref = "koin" }
Expand Down

0 comments on commit e9c3deb

Please sign in to comment.