mirror of
https://github.com/nextcloud/android.git
synced 2024-11-28 10:18:59 +03:00
Merge pull request #819 from nextcloud/remove-play-services
Remove play services
This commit is contained in:
commit
e3d1d229a8
1 changed files with 1 additions and 2 deletions
|
@ -187,8 +187,7 @@ dependencies {
|
||||||
compile 'com.getbase:floatingactionbutton:1.10.1'
|
compile 'com.getbase:floatingactionbutton:1.10.1'
|
||||||
compile 'com.google.code.findbugs:annotations:2.0.1'
|
compile 'com.google.code.findbugs:annotations:2.0.1'
|
||||||
compile group: 'commons-io', name: 'commons-io', version: '2.4'
|
compile group: 'commons-io', name: 'commons-io', version: '2.4'
|
||||||
compile 'com.google.android.gms:play-services:10.2.0'
|
compile 'com.github.evernote:android-job:v1.1.9'
|
||||||
compile 'com.github.evernote:android-job:v1.1.8'
|
|
||||||
compile 'com.jakewharton:butterknife:8.4.0'
|
compile 'com.jakewharton:butterknife:8.4.0'
|
||||||
annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'
|
annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'
|
||||||
compile 'org.greenrobot:eventbus:3.0.0'
|
compile 'org.greenrobot:eventbus:3.0.0'
|
||||||
|
|
Loading…
Reference in a new issue