From 346ccf4d06449ffd2be09fc23c2376ebf8fc81b8 Mon Sep 17 00:00:00 2001 From: Rusyaidi Date: Sat, 15 Jun 2024 12:01:10 +0800 Subject: [PATCH] feat: attempting to reuse proguard rules, disabled legacy packaging for load time improvements --- app.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index 823d607..4f24ca0 100644 --- a/app.json +++ b/app.json @@ -47,9 +47,10 @@ { "android": { "usesCleartextTraffic": true, - //"enableProguardInReleaseBuilds": true, - //"enableShrinkResourcesInReleaseBuilds": true, - "useLegacyPackaging": true + "enableProguardInReleaseBuilds": true, + "enableShrinkResourcesInReleaseBuilds": true, + //"useLegacyPackaging": true, + "extraProguardRules": "-keep class com.rnllama.** { *; }" } } ],