feat: add search by memo, bolt11, payment_hash and preimage
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user