Skip to content

Commit

Permalink
fix: testing disabling all optimization options
Browse files Browse the repository at this point in the history
  • Loading branch information
Vali-98 committed Jul 18, 2024
1 parent e6b1de1 commit 347c945
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.** { *; }"
}
}
],
Expand Down
3 changes: 1 addition & 2 deletions assets/models/keep.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources
xmlns:tools="http://schemas.android.com/tools"
tools:keep="@raw/*"/>
</resources>
tools:keep="@raw/llama3tokenizer"/>

0 comments on commit 347c945

Please sign in to comment.