Skip to content

Commit

Permalink
uncompress_native_libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
gleblebedev committed Feb 25, 2024
1 parent 449b138 commit 52b4441
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions RbfxTemplate.Android/BundleConfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"optimizations" : {
"uncompress_native_libraries" : {}
}
}
1 change: 1 addition & 0 deletions RbfxTemplate.Android/RbfxTemplate.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
<!-- FastUpToDateCheck disabled as a workaround. Without this flag the build system going to miss changes in content files. -->
<DisableFastUpToDateCheck>True</DisableFastUpToDateCheck>
<AndroidBundleConfigurationFile>BundleConfig.json</AndroidBundleConfigurationFile>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 52b4441

Please sign in to comment.