Skip to content

Commit 0621fb9

Browse files
committed
Change applicationId to me.lachispa.app
1 parent ebd5117 commit 0621fb9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
android {
9-
namespace = "com.example.chispa"
9+
namespace = "me.lachispa.app"
1010
compileSdk = flutter.compileSdkVersion
1111
ndkVersion = "27.0.12077973"
1212

@@ -21,7 +21,7 @@ android {
2121

2222
defaultConfig {
2323
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
24-
applicationId = "com.example.chispa"
24+
applicationId = "me.lachispa.app"
2525
// You can update the following values to match your application needs.
2626
// For more information, see: https://flutter.dev/to/review-gradle-config.
2727
minSdk = flutter.minSdkVersion

android/app/src/main/kotlin/com/example/chispa/MainActivity.kt renamed to android/app/src/main/kotlin/me/lachispa/app/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.example.chispa
1+
package me.lachispa.app
22

33
import io.flutter.embedding.android.FlutterActivity
44

0 commit comments

Comments
 (0)