mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2025-06-07 16:06:18 +00:00
Use commons-httpclient from maven instead of embedded
This commit is contained in:
parent
25e2d13409
commit
f0ec0f8b9f
@ -44,7 +44,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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:support-v13:25.1.0'
|
||||||
compile 'com.android.support:appcompat-v7:25.1.0'
|
compile 'com.android.support:appcompat-v7:25.1.0'
|
||||||
compile 'com.android.support:design:25.1.0'
|
compile 'com.android.support:design:25.1.0'
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user