Skip to content

Commit

Permalink
Enabled Firebase Performance Monitoring (getodk#3495)
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 authored and lognaturel committed Dec 4, 2019
1 parent 5a1ac1b commit bf5baea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ buildscript {
classpath 'org.ow2.asm:asm:7.2' // https://github.com/jacoco/jacoco/issues/639#issuecomment-355424756
classpath 'org.jacoco:org.jacoco.core:0.8.5'
classpath 'io.fabric.tools:gradle:1.31.2'
classpath 'com.google.firebase:perf-plugin:1.3.1'
}
}

Expand Down
2 changes: 2 additions & 0 deletions collect_app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply plugin: 'com.android.application'
apply plugin: 'io.fabric'
apply plugin: 'com.google.firebase.firebase-perf'
apply from: '../config/quality.gradle'
apply from: '../config/jacoco.gradle'

Expand Down Expand Up @@ -208,6 +209,7 @@ dependencies {
implementation "com.google.android.gms:play-services-maps:17.0.0"
implementation "com.google.android.gms:play-services-location:17.0.0"

implementation 'com.google.firebase:firebase-perf:19.0.2'
implementation 'com.google.firebase:firebase-analytics:17.2.1'
implementation "com.crashlytics.sdk.android:crashlytics:2.10.1"

Expand Down

0 comments on commit bf5baea

Please sign in to comment.