Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Commit 8e5ba37

Browse files
author
Ворожцов Михаил Александрович
committed
Merge branch 'feature/move-package' into 'develop'
Migrate to namespace in build.gradle and delete empty manifests See merge request 19111/androidodoo!24
2 parents 9746bf7 + cfc02a0 commit 8e5ba37

File tree

36 files changed

+75
-40
lines changed

36 files changed

+75
-40
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
plugins {
22
conventions.`module-common-network-api`
3+
}
4+
5+
android {
6+
namespace = "odoo.miem.android.common.network.authorization.api"
37
}

common/network/authorization/api/src/main/AndroidManifest.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

common/network/authorization/impl/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ plugins {
22
conventions.`module-common-network-impl`
33
}
44

5+
android {
6+
namespace = "odoo.miem.android.common.network.authorization.impl"
7+
}
8+
59
dependencies {
610

711
// Common

common/network/authorization/impl/src/main/AndroidManifest.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
plugins {
22
conventions.`module-common-network-api`
3+
}
4+
5+
android {
6+
namespace = "odoo.miem.android.common.network.selectingModules.api"
37
}

common/network/selectingmodules/api/src/main/AndroidManifest.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
plugins {
22
conventions.`module-common-network-impl`
33
}
4+
5+
android {
6+
namespace = "odoo.miem.android.common.network.selectingModules.impl"
7+
}

common/network/selectingmodules/impl/src/main/AndroidManifest.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

common/uiKitComponents/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ plugins {
22
conventions.`module-compose-impl`
33
}
44

5+
android {
6+
namespace = "odoo.miem.android.common.uiKitComponents"
7+
}
8+
59
dependencies {
610
// Core
711
// UiKitTheme

common/uiKitComponents/src/main/AndroidManifest.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)