feat: add search by memo, bolt11, payment_hash and preimage

This commit is contained in:
2026-06-03 14:27:59 +02:00
parent 52da6a37ad
commit 0f932b0229
4 changed files with 217 additions and 9 deletions
+2
View File
@@ -25,6 +25,7 @@ datastore = "1.2.1"
protobuf = "4.26.1"
protobufPlugin = "0.10.0"
tink = "1.13.0"
ui = "1.11.2"
[libraries]
androidx-biometric = { module = "androidx.biometric:biometric", version.ref = "biometric" }
@@ -64,6 +65,7 @@ datastore-proto = { group = "androidx.datastore", name = "data
protobuf-kotlin-lite = { group = "com.google.protobuf", name = "protobuf-kotlin-lite", version.ref = "protobuf" }
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" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }