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

View File

@ -1,5 +1,5 @@
name: rtime
description: "A new Flutter project."
description: "An app to track your fpv flight time batteries and drones."
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev