Skip to content

Commit

Permalink
Change ".example" suffix to example namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
burnoo committed Aug 6, 2024
1 parent e2fbb94 commit fd01af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ kotlin {
}

android {
namespace = "dev.burnoo.compose.remembersetting"
namespace = "dev.burnoo.compose.remembersetting.example"
compileSdk = libs.versions.android.compileSdk.get().toInt()

sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
Expand Down

0 comments on commit fd01af4

Please sign in to comment.