1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-07 07:56:14 +00:00

Use commons-httpclient from maven instead of embedded

This commit is contained in:
Loic Blot 2016-12-20 21:54:49 +01:00
parent 25e2d13409
commit f0ec0f8b9f
2 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ repositories {
}
dependencies {
compile files('libs/commons-httpclient-3.1.jar')
compile 'commons-httpclient:commons-httpclient:3.1'
compile 'com.android.support:support-v13:25.1.0'
compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.android.support:design:25.1.0'

Binary file not shown.