mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat(build): add module dependency graph generation (#4042)
This commit is contained in:
parent
85435d7cb8
commit
42bc85b6fc
48 changed files with 2204 additions and 127 deletions
|
|
@ -210,7 +210,7 @@ firebase-perf = { id = "com.google.firebase.firebase-perf", version = "2.0.2" }
|
|||
# Other
|
||||
aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin.android", version.ref = "aboutlibraries" }
|
||||
datadog = { id = "com.datadoghq.dd-sdk-android-gradle-plugin", version = "1.21.0" }
|
||||
dependency-analysis = { id = "com.autonomousapps.dependency-analysis", version = "3.5.1" }
|
||||
# Removed dependency-analysis = { id = "com.autonomousapps.dependency-analysis", version = "3.5.1" }
|
||||
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
|
||||
dokka = { id = "org.jetbrains.dokka", version = "2.1.0" }
|
||||
protobuf = { id = "com.google.protobuf", version = "0.9.6" }
|
||||
|
|
@ -231,4 +231,5 @@ meshtastic-detekt = { id = "meshtastic.detekt" }
|
|||
meshtastic-hilt = { id = "meshtastic.hilt" }
|
||||
meshtastic-kotlinx-serialization = { id = "meshtastic.kotlinx.serialization" }
|
||||
meshtastic-kmp-library = { id = "meshtastic.kmp.library" }
|
||||
meshtastic-root = { id = "meshtastic.root" }
|
||||
meshtastic-spotless = { id = "meshtastic.spotless" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue