chore: update android package name

This commit is contained in:
呈祥
2026-05-18 14:45:15 +08:00
parent 51bbca013b
commit 9931208e5f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ plugins {
} }
android { android {
namespace = "com.example.luban_imager" namespace = "top.mattuy.luban_imager"
compileSdk = flutter.compileSdkVersion compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion ndkVersion = flutter.ndkVersion
@@ -21,7 +21,7 @@ android {
defaultConfig { defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "com.example.luban_imager" applicationId = "top.mattuy.luban_imager"
// You can update the following values to match your application needs. // You can update the following values to match your application needs.
// For more information, see: https://flutter.dev/to/review-gradle-config. // For more information, see: https://flutter.dev/to/review-gradle-config.
minSdk = flutter.minSdkVersion minSdk = flutter.minSdkVersion
@@ -1,4 +1,4 @@
package com.example.luban_imager package top.mattuy.luban_imager
import android.app.Activity import android.app.Activity
import android.content.ClipData import android.content.ClipData