Merge pull request #2096 from element-hq/misc/jme/revert-dependency-analysis-version

Add warning about updating `com.autonomousapps.dependency-analysis`
This commit is contained in:
Benoit Marty 2023-12-26 09:57:16 +01:00 committed by GitHub
commit 8fe469d934
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -213,6 +213,7 @@ detekt = "io.gitlab.arturbosch.detekt:1.23.4"
ktlint = "org.jlleitschuh.gradle.ktlint:12.0.3"
dependencygraph = "com.savvasdalkitsis.module-dependency-graph:0.12"
dependencycheck = "org.owasp.dependencycheck:9.0.7"
# DO NOT UPGRADE FOR NOW! This causes the build to fail with local AAR versions of the Rust SDK
dependencyanalysis = "com.autonomousapps.dependency-analysis:1.27.0"
paparazzi = "app.cash.paparazzi:1.3.1"
kover = "org.jetbrains.kotlinx.kover:0.6.1"