mirror of
https://github.com/bitwarden/android.git
synced 2025-03-16 03:08:50 +03:00
BIT-1470, BIT-1475: Fix Proguard issues on recent builds (#640)
This commit is contained in:
parent
3f6a12740c
commit
ebd9628b02
1 changed files with 4 additions and 0 deletions
4
app/proguard-rules.pro
vendored
4
app/proguard-rules.pro
vendored
|
@ -5,6 +5,7 @@
|
|||
# We need to access the SDK using JNA and this makes it very easy to obfuscate away the SDK unless
|
||||
# we keep it here.
|
||||
-keep class com.bitwarden.core.** { *; }
|
||||
-keep class com.bitwarden.crypto** { *; }
|
||||
-keep class com.bitwarden.sdk.** { *; }
|
||||
|
||||
################################################################################
|
||||
|
@ -15,6 +16,9 @@
|
|||
# For now we will keep all network layer models.
|
||||
-keepclassmembers class com.x8bit.bitwarden.**.network.model.** { *; }
|
||||
|
||||
# Keep all enums
|
||||
-keepclassmembers enum * { *; }
|
||||
|
||||
################################################################################
|
||||
# Firebase Crashlytics
|
||||
################################################################################
|
||||
|
|
Loading…
Add table
Reference in a new issue