From bb35af9e348bb0c797923449c576283e8553aaca Mon Sep 17 00:00:00 2001 From: octagonal Date: Fri, 4 Jul 2025 23:44:03 +0200 Subject: [PATCH] Sets up android namespace/appid --- android/app/build.gradle.kts | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 0b3c70c..0390e72 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 7fb098d..8d589cc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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