Skip to content

Commit

Permalink
catalog: add icons & illustrations to R8 exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Sep 9, 2021
1 parent e5524ee commit aedd318
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion catalog/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,12 @@

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile

-keep class kiwi.orbit.compose.icons.Icons {
public *;
}

-keep class kiwi.orbit.compose.illustrations.Illustrations {
public *;
}

0 comments on commit aedd318

Please sign in to comment.