This commit is contained in:
2025-04-10 09:26:52 +07:00
parent d4a6e236a0
commit 30ee4540ba
59 changed files with 307 additions and 341 deletions

View File

@@ -37,8 +37,8 @@ if (keystorePropertiesFile.exists()) {
android {
namespace "com.example.sfm_app"
compileSdkVersion 34
namespace "vn.smatec.sfm"
compileSdkVersion 35
ndkVersion flutter.ndkVersion
compileOptions {
@@ -72,11 +72,11 @@ android {
multiDexEnabled true
// END: Flutter Local Notifications
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.example.sfm_app"
applicationId "vn.smatec.sfm"
// 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.
minSdkVersion 23
targetSdkVersion 33
targetSdkVersion 35
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
@@ -92,7 +92,7 @@ android {
release {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig signingConfigs.debug
signingConfig signingConfigs.release
}
}
}