Skip to content

Commit

Permalink
Update build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
android10 committed Dec 4, 2014
1 parent 50cb5a0 commit 2829c8b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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'
}
}

Expand Down
3 changes: 1 addition & 2 deletions data/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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
3 changes: 1 addition & 2 deletions presentation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -30,7 +30,6 @@ android {

buildTypes {
release {
runProguard false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
Expand Down

0 comments on commit 2829c8b

Please sign in to comment.