Merge pull request #7652 from BlueWallet/ref-android-startup-time

REF: improve startup time
This commit is contained in:
GLaDOS 2025-02-28 11:14:51 +00:00 committed by GitHub
commit 79f624e906
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"