refactor(build): Create a dedicated analytics convention plugin (#3961)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2025-12-10 22:47:25 -06:00 committed by GitHub
parent ce732203ae
commit fdff7315fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 78 additions and 20 deletions

View file

@ -213,6 +213,7 @@ room = { id = "androidx.room", version.ref = "room" }
spotless = { id = "com.diffplug.spotless", version = "8.1.0" }
# Meshtastic
meshtastic-analytics = { id = "meshtastic.analytics" }
meshtastic-android-application = { id = "meshtastic.android.application" }
meshtastic-android-application-compose = { id = "meshtastic.android.application.compose" }
meshtastic-android-application-flavors = { id = "meshtastic.android.application.flavors" }