summaryrefslogtreecommitdiffstats
path: root/proguard.flags
blob: 5320720535e42870fc195abb508989396791ae31 (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 android.support.design.widget.CoordinatorLayout
-keep class android.support.design.widget.BottomSheetBehavior