Merge branch 'develop' into feature/fga/image_loading
This commit is contained in:
commit
9318d27ba1
154 changed files with 2161 additions and 832 deletions
|
|
@ -10,7 +10,7 @@ molecule = "0.9.0"
|
|||
|
||||
# AndroidX
|
||||
material = "1.9.0"
|
||||
core = "1.10.0"
|
||||
core = "1.10.1"
|
||||
datastore = "1.0.0"
|
||||
constraintlayout = "2.1.4"
|
||||
recyclerview = "1.3.0"
|
||||
|
|
@ -24,7 +24,7 @@ compose_bom = "2023.04.01"
|
|||
composecompiler = "1.4.7"
|
||||
|
||||
# Coroutines
|
||||
coroutines = "1.6.4"
|
||||
coroutines = "1.7.1"
|
||||
|
||||
# Accompanist
|
||||
accompanist = "0.30.1"
|
||||
|
|
@ -44,7 +44,7 @@ stem = "2.3.0"
|
|||
sqldelight = "1.5.5"
|
||||
|
||||
# DI
|
||||
dagger = "2.46"
|
||||
dagger = "2.46.1"
|
||||
anvil = "2.4.5"
|
||||
|
||||
# quality
|
||||
|
|
@ -64,6 +64,7 @@ androidx_core = { module = "androidx.core:core", version.ref = "core" }
|
|||
androidx_corektx = { module = "androidx.core:core-ktx", version.ref = "core" }
|
||||
androidx_datastore_preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastore" }
|
||||
androidx_datastore_datastore = { module = "androidx.datastore:datastore", version.ref = "datastore" }
|
||||
androidx_exifinterface = "androidx.exifinterface:exifinterface:1.3.6"
|
||||
androidx_constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayout" }
|
||||
androidx_recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerview" }
|
||||
androidx_lifecycle_runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle" }
|
||||
|
|
@ -117,7 +118,7 @@ test_orchestrator = "androidx.test:orchestrator:1.4.2"
|
|||
test_turbine = "app.cash.turbine:turbine:0.12.3"
|
||||
test_truth = "com.google.truth:truth:1.1.3"
|
||||
test_parameter_injector = "com.google.testparameterinjector:test-parameter-injector:1.11"
|
||||
test_robolectric = "org.robolectric:robolectric:4.10.1"
|
||||
test_robolectric = "org.robolectric:robolectric:4.10.2"
|
||||
test_appyx_junit = { module = "com.bumble.appyx:testing-junit4", version.ref = "appyx" }
|
||||
|
||||
# Others
|
||||
|
|
@ -131,7 +132,7 @@ jsoup = { module = "org.jsoup:jsoup", version.ref = "jsoup" }
|
|||
appyx_core = { module = "com.bumble.appyx:core", version.ref = "appyx" }
|
||||
molecule-runtime = { module = "app.cash.molecule:molecule-runtime", version.ref = "molecule" }
|
||||
timber = "com.jakewharton.timber:timber:5.0.1"
|
||||
matrix_sdk = "org.matrix.rustcomponents:sdk-android:0.1.11"
|
||||
matrix_sdk = "org.matrix.rustcomponents:sdk-android:0.1.13"
|
||||
sqldelight-driver-android = { module = "com.squareup.sqldelight:android-driver", version.ref = "sqldelight" }
|
||||
sqldelight-driver-jvm = { module = "com.squareup.sqldelight:sqlite-driver", version.ref = "sqldelight" }
|
||||
sqldelight-coroutines = { module = "com.squareup.sqldelight:coroutines-extensions", version.ref = "sqldelight" }
|
||||
|
|
@ -139,6 +140,8 @@ sqlcipher = "net.zetetic:android-database-sqlcipher:4.5.4"
|
|||
sqlite = "androidx.sqlite:sqlite:2.3.1"
|
||||
unifiedpush = "com.github.UnifiedPush:android-connector:2.1.1"
|
||||
gujun_span = "me.gujun.android:span:1.7"
|
||||
otaliastudios_transcoder = "com.otaliastudios:transcoder:0.10.5"
|
||||
vanniktech_blurhash = "com.vanniktech:blurhash:0.1.0"
|
||||
|
||||
# Di
|
||||
inject = "javax.inject:javax.inject:1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue