File tree Expand file tree Collapse file tree
src/main/kotlin/me/lachispa/app Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66}
77
88android {
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
Original file line number Diff line number Diff line change 1- package com.example.chispa
1+ package me.lachispa.app
22
33import io.flutter.embedding.android.FlutterActivity
44
You can’t perform that action at this time.
0 commit comments