mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 14:08:56 -05:00
MOB-512 consistent gradle styling
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user