summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorKOUSHIK PANUGANTI <kpanuganti@google.com>2018-04-09 17:11:28 -0700
committerKOUSHIK PANUGANTI <kpanuganti@google.com>2018-04-09 17:11:28 -0700
commit7d8a2377582ece52e2a6e13824d6c89f552ccdc1 (patch)
treefa60737ea6b6522e3c7ca7eb7bb8f51442cf073e /proguard.flags
parent68fdbf08780d21658513c8e6571ea0ffcc7c16b2 (diff)
downloadandroid_packages_wallpapers_LivePicker-7d8a2377582ece52e2a6e13824d6c89f552ccdc1.tar.gz
android_packages_wallpapers_LivePicker-7d8a2377582ece52e2a6e13824d6c89f552ccdc1.tar.bz2
android_packages_wallpapers_LivePicker-7d8a2377582ece52e2a6e13824d6c89f552ccdc1.zip
Migrated various apps under packages/wallpapers/LivePicker to androidx
Bug: 76692459 Test: make LiveWallpapersPicker Change-Id: Ide4167eedd139ae1c2ea5f133fb6499f4db39288
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags2
1 files changed, 1 insertions, 1 deletions
diff --git a/proguard.flags b/proguard.flags
index 5320720..cddd821 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -7,5 +7,5 @@
public <init>(android.content.Context, android.util.AttributeSet);
}
--keep class android.support.design.widget.CoordinatorLayout
+-keep class androidx.coordinatorlayout.widget.CoordinatorLayout
-keep class android.support.design.widget.BottomSheetBehavior \ No newline at end of file