Skip to content

Commit

Permalink
Update kotlinx-datetime to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christiandeange committed Dec 2, 2023
1 parent 65f39dc commit 6c1e7c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ android {

packaging {
resources {
excludes += "META-INF/versions/9/previous-compilation-data.bin"
excludes += "META-INF/AL2.0"
excludes += "META-INF/LGPL2.1"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildconfig = "4.1.2"
compose = "1.5.3"
kotlin = "1.9.10"
kotlinx-abi-plugin = "0.13.2"
kotlinx-datetime = "0.4.1"
kotlinx-datetime = "0.5.0"
kotlininject = "0.6.3"
ksp = "1.9.10-1.0.13"
kstore = "0.6.0"
Expand Down

0 comments on commit 6c1e7c3

Please sign in to comment.