I need to use shrinkMode(strict).
I created a file keep.xml in category res/raw/keep.xml:
<?xml version="1.0" encoding="utf-8"?>
<resources
xmlns:tools="http://schemas.android.com/tools"
tools:shrinkMode="strict" />
This does not work. But I don't know what to do next.