Upgraded build tools

This commit is contained in:
daniel oeh 2014-11-29 18:00:44 +01:00
parent 9588747edd
commit bdda8a7e26
3 changed files with 4 additions and 5 deletions

View File

@ -5,7 +5,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:0.14.2' classpath 'com.android.tools.build:gradle:1.0.0-rc1'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files
@ -19,5 +19,5 @@ allprojects {
} }
task wrapper(type: Wrapper) { task wrapper(type: Wrapper) {
gradleVersion = '2.1' gradleVersion = '2.2.1'
} }

View File

@ -5,7 +5,6 @@ android {
buildToolsVersion "21.1.1" buildToolsVersion "21.1.1"
defaultConfig { defaultConfig {
applicationId "de.danoeh.antennapod.core"
minSdkVersion 10 minSdkVersion 10
targetSdkVersion 21 targetSdkVersion 21
versionCode 1 versionCode 1

View File

@ -1,6 +1,6 @@
#Sun Oct 12 21:44:21 CEST 2014 #Fri Nov 28 16:00:13 CET 2014
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip