Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
play services and firebase version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
catt-stefano committed Feb 23, 2017
1 parent 4080cff commit 4e33d86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ dependencies {
compile 'com.loopj.android:android-async-http:1.4.9'
compile 'com.google.code.gson:gson:2.6.2'
compile 'org.altbeacon:android-beacon-library:2.9.1'
compile 'com.google.firebase:firebase-messaging:10.0.1'
compile 'com.google.firebase:firebase-core:10.0.1'
compile 'com.google.android.gms:play-services-location:10.0.1'
compile 'com.google.firebase:firebase-messaging:10.2.0'
compile 'com.google.firebase:firebase-core:10.2.0'
compile 'com.google.android.gms:play-services-location:10.2.0'

testCompile 'junit:junit:4.12'
testCompile "org.mockito:mockito-core:2.7.6"
Expand Down

0 comments on commit 4e33d86

Please sign in to comment.