Skip to content

Commit

Permalink
move sqlcipher-ktn-pod to toml
Browse files Browse the repository at this point in the history
  • Loading branch information
softartdev committed Jul 9, 2023
1 parent b78b24d commit da88b02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ sqlDelight = "1.5.5"
androidxSqlite = "2.3.1"
saferoom = "1.3.0"
androidSqlCipher = "4.5.4"
sqlcipherKtnPod = "1.3"
decompose = "2.0.0-compose-experimental-alpha-02"
koin = "3.4.1"
kotlinx-datetime = "0.4.0"
Expand Down Expand Up @@ -55,6 +56,8 @@ commonsware-saferoom = { module = "com.commonsware.cwac:saferoom.x", version.ref

android-sqlcipher = { module = "net.zetetic:android-database-sqlcipher", version.ref = "androidSqlCipher" }

sqlcipherKtnPod = { module = "io.github.softartdev:sqlcipher-ktn-pod", version.ref = "sqlcipherKtnPod" }

decompose = { module = "com.arkivanov.decompose:decompose", version.ref = "decompose" }
decompose-extComposeJb = { module = "com.arkivanov.decompose:extensions-compose-jetbrains", version.ref = "decompose" }

Expand Down
4 changes: 2 additions & 2 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ kotlin {
iosSimulatorArm64Main.dependsOn(this)
dependencies {
implementation(libs.sqlDelight.native)
api("io.github.softartdev:sqlcipher-ktn-pod:1.3")
api(libs.sqlcipherKtnPod)
}
}
val iosX64Test by getting
Expand Down Expand Up @@ -155,7 +155,7 @@ kotlin {
framework {
isStatic = true
export(libs.mokoResources)
export("io.github.softartdev:sqlcipher-ktn-pod:1.3")
export(libs.sqlcipherKtnPod)
}
}
targets.withType<KotlinNativeTarget> {
Expand Down

0 comments on commit da88b02

Please sign in to comment.