Split developer settings into 2 screens to be able to access global settings when no logged in.

This commit is contained in:
Benoit Marty 2026-04-15 10:31:54 +02:00
parent 221a16e962
commit f8d84ec71a
26 changed files with 924 additions and 447 deletions

View file

@ -55,6 +55,7 @@ setupDependencyInjection()
dependencies {
implementation(projects.appconfig)
implementation(projects.features.enterprise.api)
implementation(projects.features.preferences.api)
implementation(projects.features.rageshake.api)
implementation(projects.libraries.core)
implementation(projects.libraries.androidutils)