From 0a0559bd0ce0e4ee0ce61799c2d9bde83cd85bad Mon Sep 17 00:00:00 2001 From: otsmr Date: Mon, 31 Mar 2025 00:47:47 +0200 Subject: [PATCH] use testing --- 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 e34eeb6..d0c98e4 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.testng" multiDexEnabled true // You can update the following values to match your application needs. // For more information, see: https://flutter.dev/to/review-gradle-config.