Skip to content

Commit

Permalink
Perf build
Browse files Browse the repository at this point in the history
Change-Id: Ie46f8393d2f9e6ad7d389a8abd3894c97c5ca782
  • Loading branch information
samtstern committed May 17, 2018
1 parent cd6a99d commit b8e50a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 2 additions & 1 deletion perf/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply plugin: 'com.android.application'
apply plugin: 'com.google.firebase.firebase-perf'

check.dependsOn 'assembleDebugAndroidTest'

android {
Expand Down Expand Up @@ -33,7 +34,7 @@ dependencies {

implementation 'com.android.support:support-v4:27.1.1'
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
implementation 'com.android.support.constraint:constraint-layout:1.1.0'

implementation 'com.github.bumptech.glide:glide:3.7.0'

Expand Down
5 changes: 1 addition & 4 deletions perf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath('com.google.firebase:firebase-plugins:1.1.0') {
// TODO This shouldn't be necessary with the next update
exclude group: 'com.google.guava', module: 'guava-jdk5'
}
classpath 'com.google.firebase:firebase-plugins:1.1.5'
classpath 'com.google.gms:google-services:3.3.0'
}
}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':admob:app', ':analytics:app', ':app-indexing:app', ':auth:app', ':config:app', ':crash:app', ':database:app', ':dynamiclinks:app', ':firestore:app', ':functions:app', ':invites:app', ':messaging:app', ':mlkit:app', ':storage:app'
include ':admob:app', ':analytics:app', ':app-indexing:app', ':auth:app', ':config:app', ':crash:app', ':database:app', ':dynamiclinks:app', ':firestore:app', ':functions:app', ':invites:app', ':messaging:app', ':mlkit:app', ':perf:app', ':storage:app'

0 comments on commit b8e50a8

Please sign in to comment.