forked from dsutanto/bChot-android
refactoring to id.databisnis.bachot
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
* Please see LICENSE files in the repository root for full details.
|
||||
*/
|
||||
plugins {
|
||||
id("io.element.android-compose-library")
|
||||
id("id.databisnis.android.bachot-compose-library")
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "io.element.android.features.deactivation.api"
|
||||
namespace = "id.databisnis.android.bachot.features.deactivation.api"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
+2
-2
@@ -6,8 +6,8 @@
|
||||
* Please see LICENSE files in the repository root for full details.
|
||||
*/
|
||||
|
||||
package io.element.android.features.deactivation.api
|
||||
package id.databisnis.android.bachot.features.deactivation.api
|
||||
|
||||
import io.element.android.libraries.architecture.SimpleFeatureEntryPoint
|
||||
import id.databisnis.android.bachot.libraries.architecture.SimpleFeatureEntryPoint
|
||||
|
||||
interface AccountDeactivationEntryPoint : SimpleFeatureEntryPoint
|
||||
Reference in New Issue
Block a user