fix:jinzhi包名和签名

This commit is contained in:
jingyun
2026-06-18 15:13:24 +08:00
parent 364fc837b3
commit 35eed6b5b8
6 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ fun requireSigningProperty(name: String): String {
}
android {
namespace = "com.jinzhi.app"
namespace = "com.jinzhi.butler"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
@@ -47,7 +47,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "com.jinzhi.app"
applicationId = "com.jinzhi.butler"
// You can update the following values to match your application needs.
// For more information, see: https://flutter.dev/to/review-gradle-config.
minSdk = flutter.minSdkVersion
Binary file not shown.
@@ -1,4 +1,4 @@
package com.jinzhi.app
package com.jinzhi.butler
import io.flutter.embedding.android.FlutterActivity