From c4ede14c1a41161c0682a5edd0d86e430316f4ba Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Tue, 21 Jan 2025 18:24:53 +0800 Subject: [PATCH] mod: change package name Signed-off-by: bggRGjQaUbCoE --- android/app/build.gradle | 4 ++-- android/app/src/debug/AndroidManifest.xml | 2 +- android/app/src/main/AndroidManifest.xml | 2 +- .../src/main/kotlin/com/example/PiliPlus/MainActivity.kt | 2 +- android/app/src/profile/AndroidManifest.xml | 2 +- ios/Runner.xcodeproj/project.pbxproj | 6 +++--- lib/services/audio_handler.dart | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 374570c4..2e9a8c3e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -37,7 +37,7 @@ def _keyPassword = System.getenv("KEY_PASSWORD") ?: keystoreProperties["keyPassw android { compileSdkVersion flutter.compileSdkVersion - namespace 'com.example.pilipalax' + namespace 'com.example.piliplus' ndkVersion flutter.ndkVersion compileOptions { @@ -55,7 +55,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.example.pilipalax" + applicationId "com.example.piliplus" // You can update the following values to match your application needs. // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration. targetSdkVersion flutter.targetSdkVersion diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index 46d573f5..f1a612bb 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -1,7 +1,7 @@ + package="com.example.piliplus">