Skip to content

Commit

Permalink
Keep file to keep sheets which are accessed through reflection. (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech authored Apr 9, 2022
1 parent d6cce7b commit ce3321f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions emoji-facebook/src/main/res/raw/emoji_keep.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools"
tools:keep="@drawable/emoji_facebook_sheet_*" />
3 changes: 3 additions & 0 deletions emoji-google/src/main/res/raw/emoji_keep.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools"
tools:keep="@drawable/emoji_google_sheet_*" />
3 changes: 3 additions & 0 deletions emoji-ios/src/main/res/raw/emoji_keep.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools"
tools:keep="@drawable/emoji_ios_sheet_*" />
3 changes: 3 additions & 0 deletions emoji-twitter/src/main/res/raw/emoji_keep.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools"
tools:keep="@drawable/emoji_twitter_sheet_*" />

0 comments on commit ce3321f

Please sign in to comment.