mirror of
https://github.com/bitwarden/android.git
synced 2024-11-24 02:15:53 +03:00
BIT-925 Turn off r8 full mode to prevent crash when creating account (#147)
This commit is contained in:
parent
4ebaec7970
commit
e4f4362bbd
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue