diff --git a/androidApp/build.gradle.kts b/androidApp/build.gradle.kts index 30cd144c..ad8f1707 100644 --- a/androidApp/build.gradle.kts +++ b/androidApp/build.gradle.kts @@ -4,10 +4,10 @@ plugins { } android { - namespace = "com.bumble.appyx.live-mosaic.android" + namespace = "com.bumble.appyx.livemosaic.android" compileSdk = libs.versions.androidCompileSdk.get().toInt() defaultConfig { - applicationId = "com.bumble.appyx.live-mosaic.android" + applicationId = "com.bumble.appyx.livemosaic.android" minSdk = 30 targetSdk = 33 versionCode = 1 diff --git a/settings.gradle.kts b/settings.gradle.kts index 40a89fdc..0b4cb3b2 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -21,7 +21,7 @@ dependencyResolutionManagement { } } -rootProject.name = "live-mosaic" +rootProject.name = "livemosaic" include(":androidApp") include(":desktopApp") diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index e160d786..089b3e48 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -47,7 +47,7 @@ kotlin { } android { - namespace = "com.bumble.appyx.live-mosaic" + namespace = "com.bumble.appyx.livemosaic" sourceSets["main"].resources.srcDirs("src/commonMain/resources") compileSdk = libs.versions.androidCompileSdk.get().toInt() defaultConfig {