Changed name to mobile

This commit is contained in:
Patrick Alvin Alcala 2026-02-06 18:47:47 +08:00
parent 908308b62e
commit 93ad62fe27
4 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@ plugins {
}
android {
namespace = "com.example.ocbo_esign_validator"
namespace = "com.example.ocbo_esign_mobile"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
@ -21,7 +21,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "com.example.ocbo_esign_validator"
applicationId = "com.example.ocbo_esign_mobile"
// 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