From 212342e2857c137d29a1cb60987c84c5c0574ec2 Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Tue, 1 Oct 2024 07:29:27 +0800 Subject: [PATCH] mod: update about --- android/app/build.gradle | 5 +- android/app/src/debug/AndroidManifest.xml | 4 +- android/app/src/main/AndroidManifest.xml | 4 +- .../com/orz12/PiliPalaX/MainActivity.kt | 2 +- android/app/src/profile/AndroidManifest.xml | 2 +- ios/Runner.xcodeproj/project.pbxproj | 6 +- lib/pages/about/index.dart | 175 +++++------------- lib/pages/setting/pages/logs.dart | 4 +- lib/services/audio_handler.dart | 2 +- lib/utils/utils.dart | 2 +- pubspec.yaml | 2 +- 11 files changed, 64 insertions(+), 144 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 150df4cfc..8a5d7cf88 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -39,7 +39,7 @@ def _keyPassword = System.getenv("KEY_PASSWORD") ?: keystoreProperties["keyPassw android { compileSdkVersion 34 - namespace 'com.orz12.PiliPalaX' + namespace 'com.example.pilipalax' ndkVersion flutter.ndkVersion compileOptions { @@ -57,7 +57,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.orz12.PiliPalaX" + applicationId "com.example.pilipalax" // 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 @@ -89,7 +89,6 @@ android { signingConfig _storeFile != null ? signingConfigs.release : signingConfigs.debug } debug { - //applicationId "com.orz12.PiliPalaX.debug" applicationIdSuffix ".debug" } } diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index ac7fe57c9..edc3eea3f 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -1,7 +1,7 @@ + package="com.example.pilipalax">