Compare commits
3 commits
4a661ad1ad
...
c3e04982fb
| Author | SHA1 | Date | |
|---|---|---|---|
| c3e04982fb | |||
| 7827520f75 | |||
| 34f76015ae |
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ firebaseAppDistribution = "5.2.1"
|
||||||
# AndroidX
|
# AndroidX
|
||||||
core = "1.18.0"
|
core = "1.18.0"
|
||||||
datastore = "1.2.1"
|
datastore = "1.2.1"
|
||||||
constraintlayout = "2.2.1"
|
constraintlayout = "2.2.2"
|
||||||
constraintlayout_compose = "1.1.1"
|
constraintlayout_compose = "1.1.1"
|
||||||
lifecycle = "2.10.0"
|
lifecycle = "2.10.0"
|
||||||
activity = "1.13.0"
|
activity = "1.13.0"
|
||||||
|
|
@ -203,7 +203,7 @@ sqldelight-driver-jvm = { module = "app.cash.sqldelight:sqlite-driver", version.
|
||||||
sqldelight-coroutines = { module = "app.cash.sqldelight:coroutines-extensions", version.ref = "sqldelight" }
|
sqldelight-coroutines = { module = "app.cash.sqldelight:coroutines-extensions", version.ref = "sqldelight" }
|
||||||
sqlcipher = "net.zetetic:sqlcipher-android:4.16.0"
|
sqlcipher = "net.zetetic:sqlcipher-android:4.16.0"
|
||||||
sqlite = "androidx.sqlite:sqlite-ktx:2.6.2"
|
sqlite = "androidx.sqlite:sqlite-ktx:2.6.2"
|
||||||
unifiedpush = "org.unifiedpush.android:connector:3.3.2"
|
unifiedpush = "org.unifiedpush.android:connector:3.3.3"
|
||||||
vanniktech_blurhash = "com.vanniktech:blurhash:0.3.0"
|
vanniktech_blurhash = "com.vanniktech:blurhash:0.3.0"
|
||||||
telephoto_zoomableimage = { module = "me.saket.telephoto:zoomable-image-coil3", version.ref = "telephoto" }
|
telephoto_zoomableimage = { module = "me.saket.telephoto:zoomable-image-coil3", version.ref = "telephoto" }
|
||||||
telephoto_flick = { module = "me.saket.telephoto:flick-android", version.ref = "telephoto" }
|
telephoto_flick = { module = "me.saket.telephoto:flick-android", version.ref = "telephoto" }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue