Skip to content

Commit

Permalink
rename feature-stamps to feature-stamps in android module
Browse files Browse the repository at this point in the history
  • Loading branch information
r4wxii committed Sep 4, 2023
1 parent 4e959a9 commit 24eb187
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencies {
implementation(projects.feature.about)
implementation(projects.feature.sponsors)
implementation(projects.feature.floorMap)
implementation(projects.feature.stamps)
implementation(projects.feature.achievements)
implementation(projects.feature.staff)
implementation(projects.core.model)
implementation(projects.core.data)
Expand All @@ -128,7 +128,7 @@ dependencies {
kover(projects.feature.sessions)
kover(projects.feature.sponsors)
kover(projects.feature.staff)
kover(projects.feature.stamps)
kover(projects.feature.achievements)

kover(projects.core.common)
kover(projects.core.data)
Expand Down
2 changes: 1 addition & 1 deletion core/testing/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation(projects.feature.about)
implementation(projects.feature.sponsors)
implementation(projects.feature.floorMap)
implementation(projects.feature.stamps)
implementation(projects.feature.achievements)
implementation(projects.feature.staff)
implementation(libs.daggerHiltAndroidTesting)
implementation(libs.roborazzi)
Expand Down
2 changes: 1 addition & 1 deletion feature/stamps/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("droidkaigi.convention.androidfeature")
}

android.namespace = "io.github.droidkaigi.confsched2023.feature.stamps"
android.namespace = "io.github.droidkaigi.confsched2023.feature.achievements"

dependencies {
implementation(projects.core.designsystem)
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ include(
":feature:sponsors",
":feature:floor-map",
":feature:contributors",
":feature:stamps",
":feature:achievements",
":feature:staff",
":core:designsystem",
":core:data",
Expand Down

0 comments on commit 24eb187

Please sign in to comment.