android: add secret storage

This commit is contained in:
2026-04-23 13:50:51 +07:00
parent 6295378b78
commit fc0d6b6057
4 changed files with 125 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ kotlin {
jvmTarget.set(JvmTarget.JVM_11)
}
}
listOf(
iosArm64(),
iosSimulatorArm64()
@@ -21,7 +21,7 @@ kotlin {
isStatic = true
}
}
sourceSets {
commonMain.dependencies {
implementation("org.rust-nostr:nostr-sdk-kmp:0.44.3")