Merge pull request #819 from nextcloud/remove-play-services

Remove play services
This commit is contained in:
Mario Đanić 2017-04-12 07:49:42 +02:00 committed by GitHub
commit e3d1d229a8

View file

@ -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'