Skip to content

Commit 533ba8f

Browse files
committed
build: update libsodium eagerly to fix initialization crashes due to memset_explicit
Signed-off-by: Brandon McAnsh <[email protected]>
1 parent 6d502a9 commit 533ba8f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ allprojects {
3838
maven(url = "https://plugins.gradle.org/m2/")
3939
maven(url = "https://maven.fpregistry.io/releases")
4040
maven(url = "https://jitpack.io")
41+
maven(url = "https://central.sonatype.com/repository/maven-snapshots/")
4142
}
4243
configurations.all {
4344
exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib-jdk7")

buildSrc/src/main/java/Dependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ object Versions {
7777
const val voyager = "1.1.0-beta03"
7878
const val protobuf_plugin = "0.9.4"
7979

80-
const val sodium_bindings = "0.9.4"
80+
const val sodium_bindings = "0.9.5-SNAPSHOT"
8181

8282
const val desugaring = "2.1.2"
8383

0 commit comments

Comments
 (0)