Update build.gradle

This commit is contained in:
Marcos Rodriguez Vélez 2024-07-23 20:27:45 -04:00 committed by GitHub
parent 28e373f519
commit 93c25efe21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ buildscript {
classpath("com.android.tools.build:gradle")
classpath("com.facebook.react:react-native-gradle-plugin")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version")
classpath("com.bugsnag:bugsnag-android-gradle-plugin:5.+")
classpath("com.bugsnag:bugsnag-android-gradle-plugin:8.+")
classpath 'com.google.gms:google-services:4.4.2' // Google Services plugin
}