Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update dependencies #2085

Merged
merged 9 commits into from
Oct 2, 2023
6 changes: 3 additions & 3 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,7 +23,7 @@ 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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't look like an update.

Is the rollback to 0.20.0 intended?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it's on purpose because both atomicfu 0.22 and datetime 0.4.1 duplicate this bin file

> A failure occurred while executing com.android.build.gradle.internal.tasks.MergeJavaResWorkAction
   > 2 files found with path 'META-INF/versions/9/previous-compilation-data.bin' from inputs:

I downgraded atomicfu because I recently updated it from 0.18.5

That should be fixed in 0.4.2
Kotlin/kotlinx-datetime#304

kover = "0.7.1"
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
Loading