Skip to content

Commit

Permalink
Remove duplicated inclusion of firebase-components on test-app. (fire…
Browse files Browse the repository at this point in the history
  • Loading branch information
rlazo authored May 13, 2020
1 parent 0483b0d commit 386f602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firebase-storage/test-app/test-app.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ android {
dependencies {
implementation (project(':firebase-storage')) {
exclude group: 'com.google.firebase', module: 'firebase-common'
exclude group: 'com.google.firebase', module: 'firebase-components'
}

// We intentionally use an open ended version to pick up any SNAPSHOT
Expand Down

0 comments on commit 386f602

Please sign in to comment.