Skip to content

Commit

Permalink
chore: update dependencies (#2085)
Browse files Browse the repository at this point in the history
* chore: Bumps org.jetbrains.kotlinx:kotlinx-datetime from 0.4.0 to 0.4.1.

* chore: update dependencies

* chore: exclude resource

* chore: downgrade atomicfu version

* chore: cleanup

* chore: revert atomicfu dependency downgrade

* chore: downgrade atomicfu to 0.20.0
  • Loading branch information
ohassine authored Oct 2, 2023
1 parent a7760c3 commit f6ac4b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fun LibraryExtension.commonAndroidLibConfig(
includeNativeInterop: Boolean,
namespaceSuffix: String
) {
val sanitizedSuffix = namespaceSuffix.replace('-','.')
val sanitizedSuffix = namespaceSuffix.replace('-', '.')
namespace = "$BASE_NAMESPACE.$sanitizedSuffix"
compileSdk = Android.Sdk.compile
sourceSets.getByName("main").manifest.srcFile("src/androidMain/AndroidManifest.xml")
Expand All @@ -58,6 +58,7 @@ fun LibraryExtension.commonAndroidLibConfig(
resources.pickFirsts.add("google/protobuf/*.proto")
jniLibs.pickFirsts.add("**/libsodium.so")
}

// No Android Unit test. JVM does that. Android runs on emulator
sourceSets.remove(sourceSets.getByName("test"))

Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cryptobox4j = "1.3.0"
cryptobox-android = "1.1.5"
android-security = "1.1.0-alpha06"
ktor = "2.3.4"
okio = "3.4.0"
okio = "3.5.0"
ok-http = "4.11.0"
mockative = "1.4.1"
android-work = "2.8.1"
Expand All @@ -23,9 +23,9 @@ androidx-arch = "2.2.0"
androidx-test-orchestrator = "1.4.2"
androidx-sqlite = "2.3.1"
benasher-uuid = "0.8.0"
ktx-datetime = { strictly = "0.4.0" }
ktx-datetime = { strictly = "0.4.1" }
ktx-serialization = "1.5.1"
ktx-atomicfu = "0.22.0"
ktx-atomicfu = "0.20.0"
kover = "0.7.1"
multiplatform-settings = "1.0.0"
# if you update sqlDelight check if https://github.com/cashapp/sqldelight/issues/4154 is fixed
Expand All @@ -47,7 +47,7 @@ dokka = "1.8.20"
carthage = "0.0.1"
libsodiumBindings = "0.8.6"
protobufCodegen = "0.9.4"
annotation = "1.2.0"
annotation = "1.7.0"
mordant = "2.0.0-beta13"
apache-tika = "2.8.0"
mockk = "1.13.5"
Expand Down

0 comments on commit f6ac4b0

Please sign in to comment.