Skip to content

Commit 4fd46fd

Browse files
committed
build: update proguard to keep voyager screen names
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent a1e1d35 commit 4fd46fd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

apps/flipcash/app/proguard-rules.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
public static <fields>;
1414
}
1515

16+
# Keep screen names
17+
-keepnames class * implements cafe.adriel.voyager.core.screen.Screen
18+
1619
# Flipcash protos
1720
-keep class com.codeinc.flipcash.gen.** {*;}
1821
# Flipcash services

0 commit comments

Comments
 (0)