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

Update android support library version

This commit is contained in:
Loic Blot 2017-05-03 23:09:00 +02:00
parent f48c09f5ec
commit 4c5a43c336
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987

View File

@ -45,10 +45,10 @@ repositories {
dependencies {
compile 'commons-httpclient:commons-httpclient:3.1'
compile 'com.android.support:support-v13:25.3.0'
compile 'com.android.support:appcompat-v7:25.3.0'
compile 'com.android.support:design:25.3.0'
compile 'com.android.support:support-v13:25.3.1'
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:design:25.3.1'
compile 'in.srain.cube:ultra-ptr:1.0.11'
compile 'com.github.dmytrodanylyk.android-process-button:library:1.0.4'
compile 'com.android.support:support-v4:25.3.0'
compile 'com.android.support:support-v4:25.3.1'
}