From 87a550461d443f1e0127e26e36635b901c699f07 Mon Sep 17 00:00:00 2001 From: Brandon McAnsh Date: Tue, 19 May 2026 14:32:02 -0400 Subject: [PATCH] fix: keep dynamically-referenced resources from shrinking Flag icons, currency icons, and bill textures are only referenced via getIdentifier() at runtime, causing the resource shrinker to strip them in release builds. https://developer.android.com/topic/performance/app-optimization/customize-which-resources-to-keep Signed-off-by: Brandon McAnsh --- .../app/src/main/res/raw/com.flipcash.app.android.keep.xml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 apps/flipcash/app/src/main/res/raw/com.flipcash.app.android.keep.xml diff --git a/apps/flipcash/app/src/main/res/raw/com.flipcash.app.android.keep.xml b/apps/flipcash/app/src/main/res/raw/com.flipcash.app.android.keep.xml new file mode 100644 index 000000000..ee34eef82 --- /dev/null +++ b/apps/flipcash/app/src/main/res/raw/com.flipcash.app.android.keep.xml @@ -0,0 +1,3 @@ + +