mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 19:16:52 +01:00
Merge pull request #7652 from BlueWallet/ref-android-startup-time
REF: improve startup time
This commit is contained in:
commit
79f624e906
1 changed files with 5 additions and 1 deletions
|
@ -73,6 +73,10 @@ def enableProguardInReleaseBuilds = false
|
|||
def jscFlavor = 'org.webkit:android-jsc-intl:+'
|
||||
|
||||
android {
|
||||
androidResources {
|
||||
noCompress += ["bundle"]
|
||||
}
|
||||
|
||||
ndkVersion rootProject.ext.ndkVersion
|
||||
buildToolsVersion rootProject.ext.buildToolsVersion
|
||||
compileSdkVersion rootProject.ext.compileSdkVersion
|
||||
|
@ -136,4 +140,4 @@ dependencies {
|
|||
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
|
||||
}
|
||||
apply plugin: 'com.google.gms.google-services' // Google Services plugin
|
||||
apply plugin: "com.bugsnag.android.gradle"
|
||||
apply plugin: "com.bugsnag.android.gradle"
|
||||
|
|
Loading…
Add table
Reference in a new issue