Sets up android namespace/appid

This commit is contained in:
2025-07-04 23:44:03 +02:00
parent 3925421428
commit bb35af9e34
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ plugins {
}
android {
namespace = "com.example.rtime"
namespace = "fr.chaboissier.rtime"
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.rtime"
applicationId = "fr.chaboissier.rtime"
// 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