We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d78136c commit 031dd44Copy full SHA for 031dd44
packages/firebase_performance/example/android/app/build.gradle
@@ -22,6 +22,7 @@ if (flutterVersionName == null) {
22
}
23
24
apply plugin: 'com.android.application'
25
+apply plugin: "com.google.firebase.firebase-perf"
26
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
27
28
android {
packages/firebase_performance/example/android/build.gradle
@@ -8,6 +8,7 @@ buildscript {
8
dependencies {
9
classpath 'com.android.tools.build:gradle:3.5.4'
10
classpath 'com.google.gms:google-services:4.3.4'
11
+ classpath 'com.google.firebase:perf-plugin:1.3.2'
12
13
14
0 commit comments