From 2245a9f76382f0da1118d2b4552fec48123a686b Mon Sep 17 00:00:00 2001 From: Htet Lynn Htun Date: Wed, 24 Jul 2024 21:04:39 +0700 Subject: [PATCH] Set app id --- android/app/build.gradle | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index be34061..e147148 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -40,8 +40,7 @@ android { } defaultConfig { - // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.example.music_app" + applicationId "com.htetlynnhtun.isongplay" // You can update the following values to match your application needs. // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration. minSdkVersion flutter.minSdkVersion @@ -53,9 +52,6 @@ android { buildTypes { release { - // TODO: Add your own signing config for the release build. - // Signing with the debug keys for now, so `flutter run --release` works. - signingConfig signingConfigs.debug } } }