Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
chore: fix android namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
charlee-dev committed Jul 1, 2024
1 parent f6f29b8 commit d16d35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ kotlin {
}

android {
namespace = group.toString()
namespace = "${libs.versions.projectName.get()}$group"
compileSdk = libs.versions.android.compileSdk.get().toInt()
defaultConfig {
minSdk = libs.versions.android.minSdk.get().toInt()
Expand Down

0 comments on commit d16d35e

Please sign in to comment.