Restore NoopAnalyticsService (not used but can be useful for forks).
This commit is contained in:
parent
a30837864e
commit
5a367c64c4
2 changed files with 50 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ plugins {
|
|||
}
|
||||
|
||||
android {
|
||||
namespace = "io.element.android.services.analytics.impl"
|
||||
namespace = "io.element.android.services.analytics.noop"
|
||||
}
|
||||
|
||||
anvil {
|
||||
|
|
@ -28,6 +28,7 @@ anvil {
|
|||
|
||||
dependencies {
|
||||
implementation(libs.dagger)
|
||||
implementation(projects.libraries.architecture)
|
||||
implementation(projects.libraries.di)
|
||||
api(projects.services.analytics.api)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue