Merge branch 'develop' into renovate/kotlin

This commit is contained in:
Benoit Marty 2024-10-21 08:44:21 +02:00 committed by GitHub
commit 431467af5b
363 changed files with 3030 additions and 2267 deletions

View file

@ -20,12 +20,12 @@ datastore = "1.0.0"
constraintlayout = "2.1.4"
constraintlayout_compose = "1.0.1"
lifecycle = "2.8.6"
activity = "1.9.2"
activity = "1.9.3"
media3 = "1.4.1"
camera = "1.3.4"
# Compose
compose_bom = "2024.09.03"
compose_bom = "2024.10.00"
composecompiler = "1.5.15"
# Coroutines
@ -37,17 +37,21 @@ accompanist = "0.36.0"
# Test
test_core = "1.6.1"
# Jetbrain
datetime = "0.6.1"
serialization_json = "1.7.3"
#other
coil = "2.7.0"
datetime = "0.6.1"
dependencyAnalysis = "2.1.4"
serialization_json = "1.7.3"
showkase = "1.0.3"
appyx = "1.4.0"
sqldelight = "2.0.2"
wysiwyg = "2.37.13"
telephoto = "0.13.0"
# Dependency analysis
dependencyAnalysis = "2.2.0"
# DI
dagger = "2.52"
anvil = "0.3.2"
@ -146,7 +150,7 @@ test_junit = "junit:junit:4.13.2"
test_runner = "androidx.test:runner:1.6.2"
test_mockk = "io.mockk:mockk:1.13.13"
test_konsist = "com.lemonappdev:konsist:0.16.1"
test_turbine = "app.cash.turbine:turbine:1.1.0"
test_turbine = "app.cash.turbine:turbine:1.2.0"
test_truth = "com.google.truth:truth:1.4.4"
test_parameter_injector = "com.google.testparameterinjector:test-parameter-injector:1.18"
test_robolectric = "org.robolectric:robolectric:4.13"
@ -168,7 +172,7 @@ jsoup = "org.jsoup:jsoup:1.18.1"
appyx_core = { module = "com.bumble.appyx:core", version.ref = "appyx" }
molecule-runtime = "app.cash.molecule:molecule-runtime:2.0.0"
timber = "com.jakewharton.timber:timber:5.0.1"
matrix_sdk = "org.matrix.rustcomponents:sdk-android:0.2.53"
matrix_sdk = "org.matrix.rustcomponents:sdk-android:0.2.55"
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" }
@ -191,7 +195,7 @@ zxing_cpp = "io.github.zxing-cpp:android:2.2.0"
# Analytics
posthog = "com.posthog:posthog-android:3.8.2"
sentry = "io.sentry:sentry-android:7.14.0"
sentry = "io.sentry:sentry-android:7.15.0"
# main branch can be tested replacing the version with main-SNAPSHOT
matrix_analytics_events = "com.github.matrix-org:matrix-analytics-events:0.25.0"
@ -238,5 +242,5 @@ sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
firebaseAppDistribution = { id = "com.google.firebase.appdistribution", version.ref = "firebaseAppDistribution" }
knit = { id = "org.jetbrains.kotlinx.knit", version = "0.5.0" }
sonarqube = "org.sonarqube:5.1.0.4882"
licensee = "app.cash.licensee:1.11.0"
licensee = "app.cash.licensee:1.12.0"
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }