Skip to content

Commit

Permalink
play services are upgraded to 10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iammert committed Feb 1, 2017
1 parent 8253c2c commit 502cd1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastgcm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ android {

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.google.android.gms:play-services-gcm:9.8.0'
compile 'com.google.android.gms:play-services-analytics:9.8.0'
compile 'com.google.android.gms:play-services-gcm:10.0.1'
compile 'com.google.android.gms:play-services-analytics:10.0.1'
}

0 comments on commit 502cd1a

Please sign in to comment.