mirror of
https://github.com/Freeyourgadget/Gadgetbridge
synced 2026-03-27 01:11:28 +01:00
Added android-emojify's dependency to be excluded from Proguard
This commit is contained in:
parent
d871b03f33
commit
a34c28090d
5
app/proguard-rules.pro
vendored
5
app/proguard-rules.pro
vendored
@ -31,4 +31,7 @@
|
||||
|
||||
-keep class **$Properties
|
||||
|
||||
-keep class **$Properties { *; }
|
||||
-keep class **$Properties { *; }
|
||||
|
||||
# Keep dependency android-emojify (io.wax911.emojify) uses
|
||||
-keep class org.hamcrest.** { *; }
|
||||
Loading…
Reference in New Issue
Block a user