Skip to content

Commit

Permalink
Fix multiplatform sample app namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Jul 27, 2024
1 parent a307277 commit 800e70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose-multiplatform/sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ kotlin {
}

android {
namespace = "com.kizitonwose.calendar.compose.multiplatform"
namespace = "com.kizitonwose.calendar.compose.multiplatform.sample"
compileSdk = Android.compileSdk

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

0 comments on commit 800e70d

Please sign in to comment.