Skip to content

Commit

Permalink
Fix Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelvicnt committed Oct 25, 2023
1 parent 6e131ca commit f870f0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencyResolutionManagement {
}
}

rootProject.name = "live-mosaic"
rootProject.name = "livemosaic"

include(":androidApp")
include(":desktopApp")
Expand Down
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f870f0c

Please sign in to comment.