Skip to content

Commit

Permalink
Fix proguard rules to include also class fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylwester Zieliński committed Aug 8, 2023
1 parent 629f315 commit 59a4b67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ keystore
keystore.encrypted
sec.gpg
fastlane-api.json
google-services.json

# Files for the ART/Dalvik VM
*.dex
Expand Down
4 changes: 2 additions & 2 deletions profile_uart/module-rules.pro
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

-keep class no.nordicsemi.android.uart.db.XmlConfiguration
-keep class no.nordicsemi.android.uart.db.XmlMacro
-keep class no.nordicsemi.android.uart.db.XmlConfiguration{ *; }
-keep class no.nordicsemi.android.uart.db.XmlMacro{ *; }

0 comments on commit 59a4b67

Please sign in to comment.