From aedd31849c3f5a96406ed40a744ea4260d0d55c1 Mon Sep 17 00:00:00 2001 From: Jan Skrasek Date: Thu, 9 Sep 2021 14:50:04 +0200 Subject: [PATCH] catalog: add icons & illustrations to R8 exceptions --- catalog/proguard-rules.pro | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/catalog/proguard-rules.pro b/catalog/proguard-rules.pro index 481bb4348..7a2f2e4d0 100644 --- a/catalog/proguard-rules.pro +++ b/catalog/proguard-rules.pro @@ -18,4 +18,12 @@ # If you keep the line number information, uncomment this to # hide the original source file name. -#-renamesourcefileattribute SourceFile \ No newline at end of file +#-renamesourcefileattribute SourceFile + +-keep class kiwi.orbit.compose.icons.Icons { + public *; +} + +-keep class kiwi.orbit.compose.illustrations.Illustrations { + public *; +}