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 } } }