diff --git a/android/app/build.gradle b/android/app/build.gradle index 5b3c1eb52..26f622cbe 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: "com.android.application" apply plugin: "org.jetbrains.kotlin.android" apply plugin: "com.facebook.react" apply plugin: "com.google.gms.google-services" -apply plugin: 'com.google.firebase.firebase-perf' +apply plugin: "com.google.firebase.firebase-perf" // set up different .env files so fastlane will automatically build using .env // and dev builds will use .env.staging diff --git a/android/build.gradle b/android/build.gradle index 438a40264..34249e940 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,7 +22,7 @@ buildscript { classpath("com.facebook.react:react-native-gradle-plugin") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin") classpath("com.google.gms:google-services:4.4.3") - classpath 'com.google.firebase:perf-plugin:2.0.1' + classpath("com.google.firebase:perf-plugin:2.0.1") } }