mirror of
https://git.mihon.tech/mihonapp/mihon
synced 2024-11-23 13:45:43 +03:00
Update GCM
This commit is contained in:
parent
da10b27219
commit
093ddd776b
1 changed files with 1 additions and 2 deletions
|
@ -54,7 +54,6 @@ android {
|
|||
|
||||
ndk {
|
||||
abiFilters "armeabi", "armeabi-v7a", "x86"
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -105,7 +104,7 @@ dependencies {
|
|||
compile "com.android.support:support-annotations:$support_library_version"
|
||||
compile "com.android.support:customtabs:$support_library_version"
|
||||
|
||||
compile 'com.google.android.gms:play-services-gcm:9.4.0'
|
||||
compile 'com.google.android.gms:play-services-gcm:9.6.1'
|
||||
|
||||
// ReactiveX
|
||||
compile 'io.reactivex:rxandroid:1.2.1'
|
||||
|
|
Loading…
Reference in a new issue