mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 19:16:52 +01:00
Update build.gradle
This commit is contained in:
parent
f7d673d93b
commit
a3d234bee1
1 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ def jscFlavor = 'org.webkit:android-jsc-intl:+'
|
|||
|
||||
android {
|
||||
androidResources {
|
||||
noCompress += ["bundle"]\n
|
||||
noCompress += ["bundle"]
|
||||
}
|
||||
|
||||
ndkVersion rootProject.ext.ndkVersion
|
||||
|
@ -140,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