Skip to content

Commit

Permalink
Merge pull request #156 from teogor/fix/namespace-conflict-issue-153
Browse files Browse the repository at this point in the history
Bug Fix: Namespace Conflict Issue
  • Loading branch information
teogor authored Oct 27, 2023
2 parents 44fea72 + 98cdfe0 commit e1b4191
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 e1b4191

Please sign in to comment.