forked from organicmaps/organicmaps
[android] Keep all string resources from R8 shrinking
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
parent
05547965d0
commit
d92281632d
1 changed files with 5 additions and 0 deletions
5
android/app/src/main/res/raw/keep.xml
Normal file
5
android/app/src/main/res/raw/keep.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Explicitly keep all string resources as the R8 shrinker might discard some of them as unused,
|
||||
see https://github.com/organicmaps/organicmaps/issues/7617 -->
|
||||
<resources xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:keep="@string/*"/>
|
Loading…
Add table
Reference in a new issue