Loading opentasks/proguard.cfg +8 −5 Original line number Diff line number Diff line Loading @@ -38,11 +38,7 @@ # Keep our own classes to keep stack traces readable. -keep class org.dmfs.** {*;} # Allow obfuscation of android.support.v7.internal.view.menu.** # to avoid problem on Samsung 4.2.2 devices with appcompat v21 # see https://code.google.com/p/android/issues/detail?id=78377 -keep class !android.support.v7.internal.view.menu.**,android.support.** {*;} -keep class androidx.** {*;} # this is required to keep the Annotations for retention-magic and to keep the line numbers n stack traces -keepattributes *Annotation*,SourceFile,LineNumberTable Loading Loading @@ -78,3 +74,10 @@ @org.dmfs.android.retentionmagic.annotations.* <fields>; private long mId; } # same for support library Fragments -keepclassmembers class * extends androidx.fragment.app.Fragment { java.lang.String TAG; @org.dmfs.android.retentionmagic.annotations.* <fields>; private long mId; } No newline at end of file Loading
opentasks/proguard.cfg +8 −5 Original line number Diff line number Diff line Loading @@ -38,11 +38,7 @@ # Keep our own classes to keep stack traces readable. -keep class org.dmfs.** {*;} # Allow obfuscation of android.support.v7.internal.view.menu.** # to avoid problem on Samsung 4.2.2 devices with appcompat v21 # see https://code.google.com/p/android/issues/detail?id=78377 -keep class !android.support.v7.internal.view.menu.**,android.support.** {*;} -keep class androidx.** {*;} # this is required to keep the Annotations for retention-magic and to keep the line numbers n stack traces -keepattributes *Annotation*,SourceFile,LineNumberTable Loading Loading @@ -78,3 +74,10 @@ @org.dmfs.android.retentionmagic.annotations.* <fields>; private long mId; } # same for support library Fragments -keepclassmembers class * extends androidx.fragment.app.Fragment { java.lang.String TAG; @org.dmfs.android.retentionmagic.annotations.* <fields>; private long mId; } No newline at end of file