Update build.gradle

This commit is contained in:
Overtorment 2025-02-28 09:49:35 +00:00 committed by GitHub
parent f7d673d93b
commit a3d234bee1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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