File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
2+ apply plugin : ' com.google.firebase.firebase-perf'
23
34android {
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'
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments