MOB-512 consistent gradle styling

This commit is contained in:
sepeterson
2025-11-21 11:12:29 -06:00
parent 38686bfdc2
commit 1704288590
2 changed files with 2 additions and 2 deletions

View File

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

View File

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