From c6b198757f6f9833c5abec53914575847dfdc950 Mon Sep 17 00:00:00 2001 From: tehcneko <7764726+tehcneko@users.noreply.github.com> Date: Sat, 13 Feb 2021 00:54:12 +0800 Subject: [PATCH] [app] Keep afs drawables (#123) somehow R8 thinks that they are useless --- app/src/main/res/xml/keep.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 app/src/main/res/xml/keep.xml diff --git a/app/src/main/res/xml/keep.xml b/app/src/main/res/xml/keep.xml new file mode 100644 index 00000000..d8b04f90 --- /dev/null +++ b/app/src/main/res/xml/keep.xml @@ -0,0 +1,22 @@ + + + \ No newline at end of file