Skip to content

Commit

Permalink
Merge pull request #2 from friederbluemle/update-play-services
Browse files Browse the repository at this point in the history
Update play-services to 11.4.2
  • Loading branch information
jshvarts authored Oct 16, 2017
2 parents f3ae3bc + c17a839 commit 49a067c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ project.ext {
timberVersion = "4.5.1"
lifecycleVersion = "1.0.0-alpha4"
priorityJobQueueVersion = "2.0.1"
gcmNetworkManagerVersion = "11.4.0"
playServicesVersion = "11.4.2"
retrofitVersion = "2.1.0"
okHttpVersion = "3.4.1"
rxRelayVersion = "2.0.0"
Expand Down Expand Up @@ -77,7 +77,7 @@ dependencies {
implementation "com.birbit:android-priority-jobqueue:$project.priorityJobQueueVersion"

//GCM Network Manager
implementation 'com.google.android.gms:play-services-gcm:9.4.0'
implementation "com.google.android.gms:play-services-gcm:$project.playServicesVersion"

// RecyclerView
implementation "com.android.support:recyclerview-v7:$project.supportLibraryVersion"
Expand Down

0 comments on commit 49a067c

Please sign in to comment.