Merge branch 'develop' into renovate/media3
This commit is contained in:
commit
d51bdf3b24
211 changed files with 2879 additions and 2643 deletions
|
|
@ -5,13 +5,13 @@
|
|||
# Project
|
||||
android_gradle_plugin = "8.10.0"
|
||||
kotlin = "2.1.21"
|
||||
kotlinpoet = "2.1.0"
|
||||
kotlinpoet = "2.2.0"
|
||||
ksp = "2.1.21-2.0.1"
|
||||
firebaseAppDistribution = "5.1.1"
|
||||
|
||||
# AndroidX
|
||||
core = "1.16.0"
|
||||
datastore = "1.1.6"
|
||||
datastore = "1.1.7"
|
||||
constraintlayout = "2.2.1"
|
||||
constraintlayout_compose = "1.1.1"
|
||||
lifecycle = "2.9.0"
|
||||
|
|
@ -134,7 +134,7 @@ network_okhttp_logging = { module = "com.squareup.okhttp3:logging-interceptor" }
|
|||
network_okhttp_okhttp = { module = "com.squareup.okhttp3:okhttp" }
|
||||
network_okhttp = { module = "com.squareup.okhttp3:okhttp" }
|
||||
network_mockwebserver = { module = "com.squareup.okhttp3:mockwebserver" }
|
||||
network_retrofit_bom = "com.squareup.retrofit2:retrofit-bom:2.12.0"
|
||||
network_retrofit_bom = "com.squareup.retrofit2:retrofit-bom:3.0.0"
|
||||
network_retrofit = { module = "com.squareup.retrofit2:retrofit" }
|
||||
network_retrofit_converter_serialization = { module = "com.squareup.retrofit2:converter-kotlinx-serialization" }
|
||||
|
||||
|
|
@ -169,7 +169,7 @@ jsoup = "org.jsoup:jsoup:1.20.1"
|
|||
appyx_core = { module = "com.bumble.appyx:core", version.ref = "appyx" }
|
||||
molecule-runtime = "app.cash.molecule:molecule-runtime:2.1.0"
|
||||
timber = "com.jakewharton.timber:timber:5.0.1"
|
||||
matrix_sdk = "org.matrix.rustcomponents:sdk-android:25.5.13"
|
||||
matrix_sdk = "org.matrix.rustcomponents:sdk-android:25.5.21"
|
||||
matrix_richtexteditor = { module = "io.element.android:wysiwyg", version.ref = "wysiwyg" }
|
||||
matrix_richtexteditor_compose = { module = "io.element.android:wysiwyg-compose", version.ref = "wysiwyg" }
|
||||
sqldelight-driver-android = { module = "app.cash.sqldelight:android-driver", version.ref = "sqldelight" }
|
||||
|
|
@ -183,7 +183,7 @@ vanniktech_blurhash = "com.vanniktech:blurhash:0.3.0"
|
|||
telephoto_zoomableimage = { module = "me.saket.telephoto:zoomable-image-coil", version.ref = "telephoto" }
|
||||
telephoto_flick = { module = "me.saket.telephoto:flick-android", version.ref = "telephoto" }
|
||||
statemachine = "com.freeletics.flowredux:compose:1.2.2"
|
||||
maplibre = "org.maplibre.gl:android-sdk:11.8.7"
|
||||
maplibre = "org.maplibre.gl:android-sdk:11.8.8"
|
||||
maplibre_ktx = "org.maplibre.gl:android-sdk-ktx-v7:3.0.2"
|
||||
maplibre_annotation = "org.maplibre.gl:android-plugin-annotation-v9:3.0.2"
|
||||
opusencoder = "io.element.android:opusencoder:1.1.0"
|
||||
|
|
@ -232,7 +232,7 @@ kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" }
|
|||
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
||||
anvil = { id = "dev.zacsweers.anvil", version.ref = "anvil" }
|
||||
detekt = "io.gitlab.arturbosch.detekt:1.23.8"
|
||||
ktlint = "org.jlleitschuh.gradle.ktlint:12.2.0"
|
||||
ktlint = "org.jlleitschuh.gradle.ktlint:12.3.0"
|
||||
dependencygraph = "com.savvasdalkitsis.module-dependency-graph:0.12"
|
||||
dependencycheck = "org.owasp.dependencycheck:12.1.1"
|
||||
dependencyanalysis = { id = "com.autonomousapps.dependency-analysis", version.ref = "dependencyAnalysis" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue