1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 09:46:17 +00:00

AS/Gradle upgrade

This commit is contained in:
jendib
2014-05-05 23:13:23 +02:00
parent 34e3ac5478
commit c06e2971bc
4 changed files with 28 additions and 28 deletions

View File

@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.7.+'
classpath 'com.android.tools.build:gradle:0.9.+'
}
}
apply plugin: 'android'
@@ -14,7 +14,7 @@ repositories {
android {
compileSdkVersion 19
buildToolsVersion "19.0.0"
buildToolsVersion "19.0.3"
defaultConfig {
minSdkVersion 14
@@ -36,5 +36,5 @@ android {
}
dependencies {
compile 'com.android.support:support-v4:18.0.0'
compile 'com.android.support:support-v4:19.1.0'
}