Updated Android Support library

This commit is contained in:
Juan Miguel Boyero Corral 2017-03-16 20:55:14 +01:00
parent 9b3516d927
commit 7e24c5714d

View File

@ -77,8 +77,8 @@ def getBuildConfigField(String property){
}
dependencies {
compile 'com.android.support:support-v4:25.2.0'
compile 'com.android.support:appcompat-v7:25.2.0'
compile 'com.android.support:support-v4:25.3.0'
compile 'com.android.support:appcompat-v7:25.3.0'
compile 'com.google.android.gms:play-services-analytics:10.0.1'
compile 'com.google.code.ksoap2-android:ksoap2-android:3.6.2'
compile 'commons-io:commons-io:2.5'