From 347c9454106436efac591c2389e50475e098904d Mon Sep 17 00:00:00 2001 From: Rusyaidi Date: Thu, 18 Jul 2024 15:47:43 +0800 Subject: [PATCH] fix: testing disabling all optimization options --- app.json | 8 ++++---- assets/models/keep.xml | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/app.json b/app.json index d7a277c..8a3c72c 100644 --- a/app.json +++ b/app.json @@ -54,11 +54,11 @@ { "android": { "largeHeap": true, - "usesCleartextTraffic": true, - "enableProguardInReleaseBuilds": true, + "usesCleartextTraffic": true + //"enableProguardInReleaseBuilds": true, //"enableShrinkResourcesInReleaseBuilds": true, - "useLegacyPackaging": true, - "extraProguardRules": "-keep class com.rnllama.** { *; }" + //"useLegacyPackaging": true, + //"extraProguardRules": "-keep class com.rnllama.** { *; }" } } ], diff --git a/assets/models/keep.xml b/assets/models/keep.xml index b7d90cd..c79dc03 100644 --- a/assets/models/keep.xml +++ b/assets/models/keep.xml @@ -1,5 +1,4 @@ - \ No newline at end of file + tools:keep="@raw/llama3tokenizer"/> \ No newline at end of file