Fix namespace
This commit is contained in:
parent
70387b91a6
commit
b19c9a86e9
3 changed files with 3 additions and 3 deletions
|
|
@ -18,9 +18,9 @@ package io.element.android.x.initializer
|
||||||
|
|
||||||
import android.content.Context
|
import android.content.Context
|
||||||
import androidx.startup.Initializer
|
import androidx.startup.Initializer
|
||||||
|
import io.element.android.x.BuildConfig
|
||||||
import io.element.android.x.matrix.tracing.TracingConfigurations
|
import io.element.android.x.matrix.tracing.TracingConfigurations
|
||||||
import io.element.android.x.matrix.tracing.setupTracing
|
import io.element.android.x.matrix.tracing.setupTracing
|
||||||
import io.element.android.x.sdk.matrix.BuildConfig
|
|
||||||
|
|
||||||
class MatrixInitializer : Initializer<Unit> {
|
class MatrixInitializer : Initializer<Unit> {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
namespace = "io.element.android.x.sdk.matrix"
|
namespace = "io.element.android.x.matrix"
|
||||||
}
|
}
|
||||||
|
|
||||||
anvil {
|
anvil {
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
package io.element.android.x.matrix.core
|
package io.element.android.x.matrix.core
|
||||||
|
|
||||||
import io.element.android.x.sdk.matrix.BuildConfig
|
import io.element.android.x.matrix.BuildConfig
|
||||||
import timber.log.Timber
|
import timber.log.Timber
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue