Skip to content

Commit 6381656

Browse files
committed
added firebase performance matrix
1 parent 098e5f7 commit 6381656

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

app/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apply plugin: 'com.android.application'
2+
apply plugin: 'com.google.firebase.firebase-perf'
23

34
android {
45
compileSdkVersion 26
@@ -37,6 +38,7 @@ dependencies {
3738
compile 'com.google.firebase:firebase-auth:11.6.2'
3839
compile 'com.google.android.gms:play-services-auth:11.6.2'
3940
compile 'com.google.firebase:firebase-database:11.6.2'
41+
compile 'com.google.firebase:firebase-perf:11.6.2'
4042
compile 'com.android.support:appcompat-v7:26.1.0'
4143
compile 'com.android.support.constraint:constraint-layout:1.0.2'
4244
compile 'com.github.QuadFlask:colorpicker:0.0.13'

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ buildscript {
88
dependencies {
99
classpath 'com.android.tools.build:gradle:3.0.1'
1010
classpath 'com.google.gms:google-services:3.1.0'
11+
classpath 'com.google.firebase:firebase-plugins:1.1.5'
1112

1213
// NOTE: Do not place your application dependencies here; they belong
1314
// in the individual module build.gradle files

0 commit comments

Comments
 (0)