1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-23 07:46:11 +00:00

removed unused support lib dependency

This commit is contained in:
Andy Scherzinger 2016-04-25 16:06:17 +02:00
parent 0a941691bd
commit 95b57e7b3d

@ -16,7 +16,6 @@ repositories {
dependencies {
compile 'commons-httpclient:commons-httpclient:3.1'
compile 'com.android.support:support-v4:23.1.1'
compile project(':')
}