1
0
mirror of https://github.com/etesync/android synced 2025-04-06 09:45:49 +00:00

Fix proguard definitions.

Not sure why it wasn't showing up for me on any other phone than
the one I justed tested on, but it was indeed wrong and it's now
fixed.
This commit is contained in:
Tom Hacohen 2019-02-07 12:10:16 +00:00
parent de240366b3
commit e324f148a1

View File

@ -43,7 +43,10 @@
-dontwarn okhttp3.internal.platform.ConscryptPlatform
# DAVdroid + libs
-keep,includedescriptorclasses class syncadapter.** { *; } # all DAVdroid code and deps are required
-keep,includedescriptorclasses class com.etesync.syncadapter.** { *; } # all DAVdroid code and deps are required
# Android support
-keep,includedescriptorclasses class android.support.v4.content.FileProvider { *; } # all DAVdroid code and deps are required
# gson
-dontnote sun.misc.Unsafe # not available on Android