Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec22bb58 authored by Markus Menzel's avatar Markus Menzel Committed by Steve Kondik
Browse files

CMFilemanager: fix build without jack

Change-Id: Ice246a1c1a1cf5d4dcc519317bd6354fdb3d8c63
parent a0cd1eeb
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -64,3 +64,11 @@
-keep public class libtruezip.** {
  public protected *;
}

# No android.support.v7 related build errors
-keep public class android.support.v7.widget.RecyclerView
-keep public class android.support.v7.widget.LinearLayoutManager
-keep public class android.support.v7.widget.RecyclerView$Adapter
-keep public class android.support.v7.widget.RecyclerView$LayoutManager

-dontwarn android.support.v7.**