Updated dependencies

This commit is contained in:
Juan Miguel Boyero Corral 2018-04-16 17:16:17 +02:00
parent 5d86ae58c4
commit b540008fb3
2 changed files with 4 additions and 4 deletions

View File

@ -75,9 +75,9 @@ def getBuildConfigField(String property){
}
dependencies {
implementation 'com.android.support:support-v4:27.1.0'
implementation 'com.android.support:appcompat-v7:27.1.0'
implementation 'com.google.android.gms:play-services-analytics:12.0.1'
implementation 'com.android.support:support-v4:27.1.1'
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.google.android.gms:play-services-analytics:15.0.0'
implementation 'com.google.code.ksoap2-android:ksoap2-android:3.6.2'
implementation 'commons-io:commons-io:2.6'
implementation 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'

View File

@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.0'
classpath 'com.android.tools.build:gradle:3.1.1'
classpath 'org.ajoberstar:grgit:2.1.1'
}
}