From f9d58e407853a14173d65475a3917f30777bc10f Mon Sep 17 00:00:00 2001 From: Christian Becker Date: Tue, 19 Nov 2013 08:39:10 +0100 Subject: [PATCH] Updated SDK to 19, BuildTools to 19.0.0 and SupportLib to 19.0.0 --- gradle/wrapper/gradle-wrapper.properties | 4 ++-- library/build.gradle | 4 ++-- library/project.properties | 2 +- sample/build.gradle | 6 +++--- sample/project.properties | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ab542466..0a7effc6 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Sat Nov 02 01:05:54 CET 2013 +#Tue Nov 19 08:36:06 CET 2013 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-bin.zip +distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-all.zip diff --git a/library/build.gradle b/library/build.gradle index 9b26536f..7622d763 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -1,8 +1,8 @@ apply plugin: 'android-library' android { - compileSdkVersion 18 - buildToolsVersion '18.1.1' + compileSdkVersion 19 + buildToolsVersion '19.0.0' sourceSets { main { diff --git a/library/project.properties b/library/project.properties index 1b8c5a34..91d2b024 100644 --- a/library/project.properties +++ b/library/project.properties @@ -11,5 +11,5 @@ #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt # Project target. -target=android-18 +target=android-19 android.library=true diff --git a/sample/build.gradle b/sample/build.gradle index fc087c17..f40e0b37 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -5,12 +5,12 @@ repositories { } dependencies { compile project(':library') - compile 'com.android.support:support-v4:18.0.0' + compile 'com.android.support:support-v4:19.0.0' } android { - compileSdkVersion 18 - buildToolsVersion '18.0.1' + compileSdkVersion 19 + buildToolsVersion '19.0.0' sourceSets { main { diff --git a/sample/project.properties b/sample/project.properties index 7143bfdb..a6cf15da 100644 --- a/sample/project.properties +++ b/sample/project.properties @@ -11,5 +11,5 @@ #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt # Project target. -target=android-18 +target=android-19 android.library.reference.1=../library