Skip to content

Commit

Permalink
Merge pull request #44 from manuelvicnt/android_fix
Browse files Browse the repository at this point in the history
Fix Android build
  • Loading branch information
zsoltk authored Oct 25, 2023
2 parents 6e131ca + f870f0c commit 8dd196f
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 8dd196f

Please sign in to comment.