feat: refactor account deletion to handle requires-recent-login and update Android package ID.

This commit is contained in:
Van Leemput Dayron
2025-11-28 19:01:01 +01:00
parent b1f86b1c6a
commit 0668fcad57
7 changed files with 336 additions and 124 deletions

View File

@@ -15,7 +15,7 @@ if (keystorePropertiesFile.exists()) {
}
android {
namespace = "be.davdayronvl.travel_mate"
namespace = "be.devdayronvl.travel_mate"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
@@ -30,7 +30,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "be.davdayronvl.travel_mate"
applicationId = "be.devdayronvl.travel_mate"
// 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