From 5e7567416fe43124e67d45bce5f17178a070f33e Mon Sep 17 00:00:00 2001 From: otsmr Date: Mon, 23 Jun 2025 13:47:23 +0200 Subject: [PATCH] change back --- 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 c11ef42..8dd6e45 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" + applicationId = "eu.twonly.testing" multiDexEnabled true // You can update the following values to match your application needs. // For more information, see: https://flutter.dev/to/review-gradle-config.