Skip to content

Commit

Permalink
Merge pull request #14 from hypertrack/bug/firebase-error-on-latest-v…
Browse files Browse the repository at this point in the history
…ersion

Bug/firebase error on latest version
  • Loading branch information
deniszpua authored Mar 13, 2020
2 parents dfd4418 + f18a776 commit 32b00e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,8 @@ dependencies {

implementation 'com.hypertrack:hypertrack:4.1.2'
// hypertrack could work with different version of play services
// so lets choose latest
implementation 'com.google.android.gms:play-services-location:17.0.0'
implementation 'com.google.firebase:firebase-messaging:20.1.2'
implementation 'com.google.android.gms:play-services-location:16.0.0'
implementation 'com.google.firebase:firebase-messaging:18.0.0'

implementation 'com.hypertrack:hypertrack-views:0.8.6'
implementation 'com.hypertrack:maps-google:0.1.7'
Expand Down

0 comments on commit 32b00e8

Please sign in to comment.