From f435186ca2db1049b81b992d7de0330095cc75b0 Mon Sep 17 00:00:00 2001 From: Daisy <> Date: Thu, 18 Jan 2024 13:49:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=8D=93=E9=83=A8=E5=88=86=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- star_lock/android/app/build.gradle | 2 +- .../android/app/src/main/AndroidManifest.xml | 31 +++++++++---------- .../XSConstantMacro/XSConstantMacro.dart | 1 - 3 files changed, 16 insertions(+), 18 deletions(-) diff --git a/star_lock/android/app/build.gradle b/star_lock/android/app/build.gradle index 3364fc58..b8265947 100644 --- a/star_lock/android/app/build.gradle +++ b/star_lock/android/app/build.gradle @@ -52,7 +52,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.example.star_lock" + applicationId "cn.starlock.lock" // 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 diff --git a/star_lock/android/app/src/main/AndroidManifest.xml b/star_lock/android/app/src/main/AndroidManifest.xml index 6b4f7d8b..4d30bd67 100644 --- a/star_lock/android/app/src/main/AndroidManifest.xml +++ b/star_lock/android/app/src/main/AndroidManifest.xml @@ -33,7 +33,7 @@ - + @@ -82,20 +82,19 @@ - + + + + + + + + + + + + - - - - - - - - - - - - diff --git a/star_lock/lib/common/XSConstantMacro/XSConstantMacro.dart b/star_lock/lib/common/XSConstantMacro/XSConstantMacro.dart index c9f07eae..4c6cff9d 100644 --- a/star_lock/lib/common/XSConstantMacro/XSConstantMacro.dart +++ b/star_lock/lib/common/XSConstantMacro/XSConstantMacro.dart @@ -1,4 +1,3 @@ -import 'package:star_lock/main/lockDetail/lcokSet/basicInformation/basicInformation/KeyDetailEntity.dart'; import 'package:star_lock/network/api.dart'; class XSConstantMacro {