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.
pull/71/head
Tom Hacohen 5 years ago
parent de240366b3
commit e324f148a1

@ -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

Loading…
Cancel
Save