summaryrefslogtreecommitdiffstats
path: root/proguard.flags
blob: 255f9705019d19a7f6aefe93014b3f41e201f0db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
-keep class com.android.launcher2.Launcher {
  public void previousScreen(android.view.View);
  public void nextScreen(android.view.View);
}

-keep class com.android.launcher2.AllApps3D$Defines {
  *;
}

-keep class com.android.launcher2.ClippedImageView {
  *;
}