Skip to content

Commit 5ef3ee6

Browse files
committed
Use the lastest gms libs, previous was incompatible with targetSdk 24
1 parent 27ea264 commit 5ef3ee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WordPress/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ dependencies {
9595
compile 'com.android.support:recyclerview-v7:24.0.0'
9696
compile 'com.android.support:design:24.0.0'
9797
compile 'com.android.support:percent:24.0.0'
98-
compile 'com.google.android.gms:play-services-gcm:8.4.0'
99-
compile 'com.google.android.gms:play-services-auth:8.4.0'
98+
compile 'com.google.android.gms:play-services-gcm:9.0.2'
99+
compile 'com.google.android.gms:play-services-auth:9.0.2'
100100
compile 'com.github.chrisbanes.photoview:library:1.2.4'
101101
compile 'com.helpshift:android-helpshift-aar:4.4.0'
102102
compile 'de.greenrobot:eventbus:2.4.0'

0 commit comments

Comments
 (0)