Updated Android SDK and dependencies

This commit is contained in:
Juan Miguel Boyero Corral 2015-08-23 18:34:25 +02:00
parent 323771fb2e
commit 4190a5d523
2 changed files with 11 additions and 11 deletions

View File

@ -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'
}

View File

@ -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'
}
}