Skip to content

Commit d18026b

Browse files
authored
fix: Change application namespace and ID to com.mirage.bob1
1 parent ca79c38 commit d18026b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ val ciVersionName: String = findProperty("versionName") as String? ?: "1.0.0"
1919
val ciVersionCode: Int = (findProperty("versionCode") as String?)?.toInt() ?: 1
2020

2121
android {
22-
namespace = "com.bob1.app"
22+
namespace = "com.mirage.bob1"
2323
compileSdk = 36
2424

2525
defaultConfig {
26-
applicationId = "com.bob1.app"
26+
applicationId = "com.mirage.bob1"
2727
minSdk = 29
2828
targetSdk = 36
2929
versionCode = ciVersionCode

0 commit comments

Comments
 (0)