mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 01:47:03 +05:30
feat(store): init module
Fixes PP-83
This commit is contained in:
parent
679e177d47
commit
2e91db6908
4 changed files with 31 additions and 0 deletions
|
@ -17,6 +17,7 @@ retrofit = "2.11.0"
|
|||
richtext = "1.0.0-alpha01"
|
||||
sentry-sdk = "7.10.0"
|
||||
serialization = "1.7.0"
|
||||
store = "5.1.0-alpha02"
|
||||
sqldelight = "2.0.2"
|
||||
whetstone = "0.9.0-beta02"
|
||||
workmanager = "2.10.0-alpha02"
|
||||
|
@ -108,6 +109,7 @@ sqldelight-extensions-coroutines = { module = "app.cash.sqldelight:coroutines-ex
|
|||
sqldelight-jvmDriver = { module = "app.cash.sqldelight:sqlite-driver", version.ref = "sqldelight" }
|
||||
sqldelight-primitiveAdapters = { module = "app.cash.sqldelight:primitive-adapters", version.ref = "sqldelight" }
|
||||
sqlite-android = "com.github.requery:sqlite-android:3.45.0"
|
||||
store = { module = "org.mobilenativefoundation.store:store5", version.ref = "store" }
|
||||
swipe = "me.saket.swipe:swipe:1.3.0"
|
||||
truth = "com.google.truth:truth:1.4.2"
|
||||
unfurl = "me.saket.unfurl:unfurl:1.7.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue