feat: parse bolt11 locally with network fallback

This commit is contained in:
2026-06-04 17:15:34 +02:00
parent 4dadc75aca
commit 8e53a927a0
8 changed files with 627 additions and 26 deletions
+5
View File
@@ -122,6 +122,11 @@ dependencies {
// animations
implementation(libs.androidx.compose.animation)
// secp256k1
dependencies {
implementation(libs.secp256k1.kmp.android)
}
}
protobuf {