From dce6bcd10959432e8620d0321155394ca45bd35d Mon Sep 17 00:00:00 2001 From: otsmr Date: Mon, 31 Mar 2025 00:41:29 +0200 Subject: [PATCH] stupid mistake --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 802810e..e34eeb6 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -33,7 +33,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId = "eu.twonly.testing" + applicationId = "eu.twonly" multiDexEnabled true // You can update the following values to match your application needs. // For more information, see: https://flutter.dev/to/review-gradle-config.