Updated Android Analytics library. Requires Android API >= 14

This commit is contained in:
Juan Miguel Boyero Corral 2017-04-04 21:00:25 +02:00
parent 415d15209c
commit 965f2fcbf5

View File

@ -26,7 +26,7 @@ android {
versionCode gitVersionCode
versionName gitVersionName
minSdkVersion 9
minSdkVersion 14
targetSdkVersion 25
android.applicationVariants.all { variant ->
@ -79,7 +79,7 @@ def getBuildConfigField(String property){
dependencies {
compile 'com.android.support:support-v4:25.3.1'
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.google.android.gms:play-services-analytics:10.0.1'
compile 'com.google.android.gms:play-services-analytics:10.2.1'
compile 'com.google.code.ksoap2-android:ksoap2-android:3.6.2'
compile 'commons-io:commons-io:2.5'
compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'