Introduce BugReportFlowNode, and remove NavTarget.ViewLogs from RootFlowNode.

This commit is contained in:
Benoit Marty 2025-09-18 17:27:53 +02:00
parent 807b066520
commit acb5cb609b
8 changed files with 121 additions and 43 deletions

View file

@ -28,6 +28,7 @@ setupDependencyInjection()
dependencies {
implementation(projects.appconfig)
implementation(projects.features.enterprise.api)
implementation(projects.features.viewfolder.api)
implementation(projects.services.toolbox.api)
implementation(projects.libraries.androidutils)
implementation(projects.libraries.core)