BIT-925 Turn off r8 full mode to prevent crash when creating account (#147)

This commit is contained in:
Andrew Haisting
2023-10-23 13:56:31 -05:00
committed by GitHub
parent f3d7fde1ef
commit 49d155a627

View File

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