From e4f4362bbdf32f5354bded70ba251b682d439194 Mon Sep 17 00:00:00 2001 From: Andrew Haisting <142518658+ahaisting-livefront@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:56:31 -0500 Subject: [PATCH] BIT-925 Turn off r8 full mode to prevent crash when creating account (#147) --- gradle.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gradle.properties b/gradle.properties index d8d780060..236278f6d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,3 +6,6 @@ android.useAndroidX=true kotlin.code.style=official org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 + +# TODO: enable full mode: BIT-932 +android.enableR8.fullMode=false