updated build.gradle-Files to current Versions of build-tools and SDK.

This commit is contained in:
Daniel Hammann 2014-03-05 14:14:22 +01:00
parent 5f669fa813
commit bbda6a5b02
10 changed files with 12 additions and 12 deletions

View file

@ -18,7 +18,7 @@ dependencies {
android {
compileSdkVersion 19
buildToolsVersion "19.0.1"
buildToolsVersion "19.0.3"
defaultConfig {
minSdkVersion 9

View file

@ -13,7 +13,7 @@ apply plugin: 'android-library'
android {
compileSdkVersion 19
buildToolsVersion '19.0.1'
buildToolsVersion '19.0.3'
// NOTE: We are using the old folder structure to also support Eclipse
sourceSets {

View file

@ -18,7 +18,7 @@ dependencies {
android {
compileSdkVersion 19
buildToolsVersion "19.0.1"
buildToolsVersion "19.0.3"
defaultConfig {
minSdkVersion 9

View file

@ -2,7 +2,7 @@ apply plugin: 'android-library'
android {
compileSdkVersion 19
buildToolsVersion '19.0.1'
buildToolsVersion '19.0.3'
defaultConfig {
minSdkVersion 4

View file

@ -2,10 +2,10 @@ apply plugin: 'android-library'
android {
compileSdkVersion 19
buildToolsVersion "19.0.1"
buildToolsVersion "19.0.3"
defaultConfig {
minSdkVersion 7
targetSdkVersion 17
targetSdkVersion 19
}
sourceSets {
main {

View file

@ -2,8 +2,8 @@ apply plugin: 'android-library'
android {
compileSdkVersion 17
buildToolsVersion '19.0.1'
compileSdkVersion 19
buildToolsVersion '19.0.3'
sourceSets {
main {

View file

@ -2,7 +2,7 @@ apply plugin: 'android-library'
android {
compileSdkVersion 19
buildToolsVersion '19.0.1'
buildToolsVersion '19.0.3'
sourceSets {
main {

View file

@ -13,7 +13,7 @@ apply plugin: 'android-library'
android {
compileSdkVersion 19
buildToolsVersion '19.0.1'
buildToolsVersion '19.0.3'
// NOTE: We are using the old folder structure to also support Eclipse
sourceSets {

View file

@ -2,7 +2,7 @@ apply plugin: 'android-library'
android {
compileSdkVersion 19
buildToolsVersion '19.0.1'
buildToolsVersion '19.0.3'
sourceSets {
main {

View file

@ -2,7 +2,7 @@ apply plugin: 'android-library'
android {
compileSdkVersion 19
buildToolsVersion '19.0.1'
buildToolsVersion '19.0.3'
sourceSets {
main {