feat: parse bolt11 locally with network fallback
This commit is contained in:
@@ -26,6 +26,7 @@ protobuf = "4.26.1"
|
||||
protobufPlugin = "0.10.0"
|
||||
tink = "1.13.0"
|
||||
ui = "1.11.2"
|
||||
secp256k1-kmp = "0.23.0"
|
||||
|
||||
[libraries]
|
||||
androidx-biometric = { module = "androidx.biometric:biometric", version.ref = "biometric" }
|
||||
@@ -66,6 +67,8 @@ protobuf-kotlin-lite = { group = "com.google.protobuf", name = "prot
|
||||
protobuf-protoc = { group = "com.google.protobuf", name = "protoc", version.ref = "protobuf" }
|
||||
tink-android = { group = "com.google.crypto.tink", name = "tink-android", version.ref = "tink" }
|
||||
androidx-ui = { group = "androidx.compose.ui", name = "ui", version.ref = "ui" }
|
||||
secp256k1-kmp-android = { group = "fr.acinq.secp256k1", name = "secp256k1-kmp-jni-android", version.ref = "secp256k1-kmp" }
|
||||
|
||||
|
||||
[plugins]
|
||||
android-application = { id = "com.android.application", version.ref = "agp" }
|
||||
|
||||
Reference in New Issue
Block a user