Update dependencies

Signed-off-by: denis0001-dev <denis0001.dev@ya.ru>
This commit is contained in:
2026-03-20 10:50:48 +03:00
Unverified
parent a4d8dbef70
commit 60f91433ab
3 changed files with 25 additions and 22 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ plugins {
}
kotlin {
androidLibrary {
android {
namespace = "ru.fromchat.shared"
minSdk = 24
compileSdk = 36
@@ -40,7 +40,7 @@ kotlin {
implementation(libs.ktor.client.okhttp)
implementation(libs.androidx.activity.compose)
implementation(libs.androidx.work.runtime.ktx)
implementation("org.purejava:tweetnacl-java:1.1.3")
implementation(libs.tweetnacl.java)
}
commonMain.dependencies {