From 4190a5d523fe2d190f67197338320d324458a26d Mon Sep 17 00:00:00 2001 From: Juan Miguel Boyero Corral Date: Sun, 23 Aug 2015 18:34:25 +0200 Subject: [PATCH] Updated Android SDK and dependencies --- app/build.gradle | 20 ++++++++++---------- build.gradle | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b44adcdb..1d096e0d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 22 - buildToolsVersion "22.0.0" + compileSdkVersion 23 + buildToolsVersion "23.0.0" defaultConfig { applicationId "es.ugr.swad.swadroid" minSdkVersion 9 - targetSdkVersion 22 + targetSdkVersion 23 testApplicationId "es.ugr.swad.swadroid.test" testInstrumentationRunner "android.test.InstrumentationTestRunner" @@ -15,12 +15,12 @@ android { } dependencies { - compile 'com.android.support:support-v4:22.0.0' - compile 'com.android.support:appcompat-v7:22.0.0' - compile 'com.google.android.gms:play-services:6.5.87' + compile 'com.android.support:support-v4:latest.release' + compile 'com.android.support:appcompat-v7:latest.release' + compile 'com.google.android.gms:play-services:latest.release' + compile 'com.google.code.gson:gson:latest.release' + compile 'com.google.code.ksoap2-android:ksoap2-android:latest.release' + compile 'commons-io:commons-io:latest.release' + compile 'com.nostra13.universalimageloader:universal-image-loader:latest.release' compile 'com.google.zxing:core:2.1' - compile 'com.google.code.gson:gson:2.3.1' - compile 'com.google.code.ksoap2-android:ksoap2-android:3.4.0' - compile 'commons-io:commons-io:2.4' - compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.3' } diff --git a/build.gradle b/build.gradle index 49434290..f8de890b 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:1.0.0' + classpath 'com.android.tools.build:gradle:1.3.1' } }