mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-21 19:10:12 +08:00
mod: update about
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user