Skip to content

Commit

Permalink
Fix proguard rules
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Jan 16, 2025
1 parent d83b3e2 commit c6843af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
-keep,allowshrinking class org.apache.jackrabbit.webdav.** { *; }
-keep,allowshrinking class org.apache.commons.codec.** { *; }
-keep,allowshrinking class org.apache.commons.logging.** { *; }
-keep class org.apache.commons.httpclient.** { *; }
-keep,allowshrinking class org.parceler.** { *; }
-keep,allowshrinking class org.slf4j.** { *; }

Expand Down Expand Up @@ -172,5 +173,8 @@
public static final android.os.Parcelable$Creator *;
}




-keepattributes InnerClasses
#end nextcloud

0 comments on commit c6843af

Please sign in to comment.