Update build tools

This commit is contained in:
Fernando Cejas
2014-12-05 00:37:56 +01:00
parent 50cb5a052b
commit 2829c8bb17
4 changed files with 5 additions and 10 deletions

View File

@@ -1,12 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.12.+'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.android.tools.build:gradle:1.0.0-rc2'
}
}

View File

@@ -2,10 +2,9 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 19
buildToolsVersion '19.1.0'
buildToolsVersion '21.1.1'
defaultConfig {
applicationId "com.fernandocejas.android10.sample.data"
minSdkVersion 15
targetSdkVersion 19
}

View File

@@ -1,6 +1,6 @@
#Thu Aug 21 01:26:05 CEST 2014
#Thu Dec 04 23:59:18 CET 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-1.12-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip

View File

@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 19
buildToolsVersion '19.1.0'
buildToolsVersion '21.1.1'
defaultConfig {
applicationId "com.fernandocejas.android10.sample.presentation"
@@ -30,7 +30,6 @@ android {
buildTypes {
release {
runProguard false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}