summaryrefslogtreecommitdiffstats
path: root/proguard.flags
blob: ed626e2e7e3895d48aa1826a36cfb894dd50e957 (plain)
1
2
3
4
5
6
7
8
9
10
11
-keepclassmembers class com.android.wallpaper.livepicker.LiveWallpaperPreview {
  public void setLiveWallpaper(android.view.View);
  public void configureLiveWallpaper(android.view.View);
}

-keepclasseswithmembers class * {
    public <init>(android.content.Context, android.util.AttributeSet);
}

-keep class androidx.coordinatorlayout.widget.CoordinatorLayout
-keep class com.google.android.material.bottomsheet.BottomSheetBehavior