feat: add history sync worker
This commit is contained in:
@@ -29,6 +29,7 @@ ui = "1.11.2"
|
||||
secp256k1-kmp = "0.23.0"
|
||||
lyricist = "1.8.0"
|
||||
material3 = "1.4.0"
|
||||
work = "2.9.1"
|
||||
|
||||
[libraries]
|
||||
androidx-biometric = { module = "androidx.biometric:biometric", version.ref = "biometric" }
|
||||
@@ -73,6 +74,7 @@ secp256k1-kmp-android = { group = "fr.acinq.secp256k1", name = "secp256k1-kmp-jn
|
||||
lyricist = { module = "cafe.adriel.lyricist:lyricist", version.ref = "lyricist" }
|
||||
lyricist-processor = { module = "cafe.adriel.lyricist:lyricist-processor", version.ref = "lyricist" }
|
||||
androidx-material3 = { group = "androidx.compose.material3", name = "material3", version.ref = "material3" }
|
||||
androidx-work-runtime-ktx = { group = "androidx.work", name = "work-runtime-ktx", version.ref = "work" }
|
||||
|
||||
[plugins]
|
||||
android-application = { id = "com.android.application", version.ref = "agp" }
|
||||
|
||||
Reference in New Issue
Block a user