Merge branch 'develop' into feature/bma/emojiRepresentation
This commit is contained in:
commit
6baeac9056
51 changed files with 65 additions and 20 deletions
|
|
@ -3,6 +3,8 @@
|
|||
|
||||
[versions]
|
||||
# Project
|
||||
# Warning: version 8.2.0 is leading https://github.com/vector-im/element-x-android/issues/1971
|
||||
# which will only occurs in release mode, and so will not be detected by Maestro
|
||||
android_gradle_plugin = "8.1.4"
|
||||
kotlin = "1.9.20"
|
||||
ksp = "1.9.20-1.0.14"
|
||||
|
|
@ -37,7 +39,7 @@ serialization_json = "1.6.1"
|
|||
showkase = "1.0.2"
|
||||
appyx = "1.4.0"
|
||||
sqldelight = "2.0.1"
|
||||
wysiwyg = "2.20.0"
|
||||
wysiwyg = "2.21.0"
|
||||
|
||||
# DI
|
||||
dagger = "2.49"
|
||||
|
|
@ -59,7 +61,7 @@ android_desugar = "com.android.tools:desugar_jdk_libs:2.0.4"
|
|||
kotlin_gradle_plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
||||
gms_google_services = "com.google.gms:google-services:4.4.0"
|
||||
# https://firebase.google.com/docs/android/setup#available-libraries
|
||||
google_firebase_bom = "com.google.firebase:firebase-bom:32.6.0"
|
||||
google_firebase_bom = "com.google.firebase:firebase-bom:32.7.0"
|
||||
firebase_appdistribution_gradle = { module = "com.google.firebase:firebase-appdistribution-gradle", version.ref = "firebaseAppDistribution" }
|
||||
|
||||
# AndroidX
|
||||
|
|
@ -209,7 +211,7 @@ anvil = { id = "com.squareup.anvil", version.ref = "anvil" }
|
|||
detekt = "io.gitlab.arturbosch.detekt:1.23.4"
|
||||
ktlint = "org.jlleitschuh.gradle.ktlint:12.0.2"
|
||||
dependencygraph = "com.savvasdalkitsis.module-dependency-graph:0.12"
|
||||
dependencycheck = "org.owasp.dependencycheck:9.0.2"
|
||||
dependencycheck = "org.owasp.dependencycheck:9.0.4"
|
||||
dependencyanalysis = "com.autonomousapps.dependency-analysis:1.27.0"
|
||||
paparazzi = "app.cash.paparazzi:1.3.1"
|
||||
kover = "org.jetbrains.kotlinx.kover:0.6.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue