Skip to content

Commit

Permalink
Resolve Namespace Conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
teogor committed Oct 27, 2023
1 parent 44fea72 commit 98cdfe0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion backup/ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
}

android {
namespace = "dev.teogor.ceres"
namespace = "dev.teogor.ceres.backup.ui"
defaultConfig {
consumerProguardFiles("consumer-proguard-rules.pro")
}
Expand Down
2 changes: 1 addition & 1 deletion core/notifications/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
}

android {
namespace = "dev.teogor.ceres"
namespace = "dev.teogor.ceres.core.notifications"
defaultConfig {
consumerProguardFiles("consumer-proguard-rules.pro")
}
Expand Down
2 changes: 1 addition & 1 deletion framework/ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
}

android {
namespace = "dev.teogor.ceres"
namespace = "dev.teogor.ceres.framework.ui"
defaultConfig {
consumerProguardFiles("consumer-proguard-rules.pro")
}
Expand Down
2 changes: 1 addition & 1 deletion navigation/common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
}

android {
namespace = "dev.teogor.ceres"
namespace = "dev.teogor.ceres.navigation.common"
defaultConfig {
consumerProguardFiles("consumer-proguard-rules.pro")
}
Expand Down
2 changes: 1 addition & 1 deletion navigation/screen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
}

android {
namespace = "dev.teogor.ceres"
namespace = "dev.teogor.ceres.navigation.screen"
defaultConfig {
consumerProguardFiles("consumer-proguard-rules.pro")
}
Expand Down
2 changes: 1 addition & 1 deletion navigation/ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
}

android {
namespace = "dev.teogor.ceres"
namespace = "dev.teogor.ceres.navigation.ui"
defaultConfig {
consumerProguardFiles("consumer-proguard-rules.pro")
}
Expand Down

0 comments on commit 98cdfe0

Please sign in to comment.