Merge branch 'develop' into feature/fga/image_loading
This commit is contained in:
commit
1ce0324570
165 changed files with 3727 additions and 1085 deletions
|
|
@ -15,7 +15,7 @@ datastore = "1.0.0"
|
|||
constraintlayout = "2.1.4"
|
||||
recyclerview = "1.3.0"
|
||||
lifecycle = "2.6.1"
|
||||
activity = "1.7.1"
|
||||
activity = "1.7.2"
|
||||
startup = "1.1.1"
|
||||
media3 = "1.0.2"
|
||||
|
||||
|
|
@ -46,7 +46,7 @@ telephoto = "0.3.0"
|
|||
|
||||
# DI
|
||||
dagger = "2.46.1"
|
||||
anvil = "2.4.5"
|
||||
anvil = "2.4.6"
|
||||
|
||||
# quality
|
||||
detekt = "1.22.0"
|
||||
|
|
@ -55,6 +55,8 @@ dependencygraph = "0.10"
|
|||
[libraries]
|
||||
# Project
|
||||
android_gradle_plugin = { module = "com.android.tools.build:gradle", version.ref = "android_gradle_plugin" }
|
||||
# https://developer.android.com/studio/write/java8-support#library-desugaring-versions
|
||||
android_desugar = "com.android.tools:desugar_jdk_libs:2.0.3"
|
||||
kotlin_gradle_plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
||||
# https://firebase.google.com/docs/android/setup#available-libraries
|
||||
google_firebase_bom = "com.google.firebase:firebase-bom:32.0.0"
|
||||
|
|
@ -153,7 +155,7 @@ anvil_compiler_api = { module = "com.squareup.anvil:compiler-api", version.ref =
|
|||
anvil_compiler_utils = { module = "com.squareup.anvil:compiler-utils", version.ref = "anvil" }
|
||||
|
||||
# Composer
|
||||
wysiwyg = "io.element.android:wysiwyg:2.1.0"
|
||||
wysiwyg = "io.element.android:wysiwyg:2.2.1"
|
||||
|
||||
# Miscellaneous
|
||||
# Add unused dependency to androidx.compose.compiler:compiler to let Renovate create PR to change the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue