summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags4
1 files changed, 2 insertions, 2 deletions
diff --git a/proguard.flags b/proguard.flags
index aa75f4a86..82411eb85 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -9,8 +9,8 @@
}
-keep class com.android.launcher2.CellLayout {
- public float getDimmedBitmapAlpha();
- public void setDimmedBitmapAlpha(float);
+ public float getBackgroundAlpha();
+ public void setBackgroundAlpha(float);
}
-keep class com.android.launcher2.AllApps3D$Defines {