From 3d257323ee317bae3d1f636bbc83652e44780c85 Mon Sep 17 00:00:00 2001 From: Chaphasilor Date: Thu, 16 Jan 2025 01:15:08 +0100 Subject: [PATCH] fix debug build issues with dexing --- android/app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/app/build.gradle b/android/app/build.gradle index 960c5e4b..5f55776e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -62,6 +62,7 @@ android { } debug { applicationIdSuffix '.debug' + minifyEnabled true // avoid dexing issues } } }