mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-15 11:59:21 +01:00
REF: improve startup time
This commit is contained in:
parent
dc3e88c005
commit
f7d673d93b
1 changed files with 4 additions and 0 deletions
|
@ -73,6 +73,10 @@ def enableProguardInReleaseBuilds = false
|
||||||
def jscFlavor = 'org.webkit:android-jsc-intl:+'
|
def jscFlavor = 'org.webkit:android-jsc-intl:+'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
androidResources {
|
||||||
|
noCompress += ["bundle"]\n
|
||||||
|
}
|
||||||
|
|
||||||
ndkVersion rootProject.ext.ndkVersion
|
ndkVersion rootProject.ext.ndkVersion
|
||||||
buildToolsVersion rootProject.ext.buildToolsVersion
|
buildToolsVersion rootProject.ext.buildToolsVersion
|
||||||
compileSdkVersion rootProject.ext.compileSdkVersion
|
compileSdkVersion rootProject.ext.compileSdkVersion
|
||||||
|
|
Loading…
Add table
Reference in a new issue