Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Updates build tools to latest version & adds entry to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
xrigau committed Sep 28, 2014
1 parent 2fa788f commit 8b8e188
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -24,4 +24,5 @@ local.properties
.externalToolBuilders
maven-eclipse.xml
*.DS_Store
/lint-results.xml
/lint-results.xml
build/
4 changes: 0 additions & 4 deletions build.gradle
Expand Up @@ -11,7 +11,3 @@ subprojects {
}
}
}

task wrapper(type: Wrapper) {
gradleVersion = '1.11'
}
8 changes: 4 additions & 4 deletions core/build.gradle
@@ -1,8 +1,8 @@
apply plugin: 'android-library'
apply plugin: 'com.android.library'

android {
compileSdkVersion 19
buildToolsVersion "19.0.3"
compileSdkVersion 20
buildToolsVersion "20.0.0"
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
Expand All @@ -12,6 +12,6 @@ android {

buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:0.9.+'
classpath 'com.android.tools.build:gradle:0.13.0'
}
}
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Fri Apr 25 11:29:12 BST 2014
#Sun Sep 28 13:32:32 BST 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-2.1-all.zip

0 comments on commit 8b8e188

Please sign in to comment.