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

Commit 5ab54af

Browse files
committed
Merge pull request #38 from novoda/update_sdk_tools
Updates build tools to latest version & adds entry to gitignore
2 parents 2fa788f + 8b8e188 commit 5ab54af

4 files changed

Lines changed: 8 additions & 11 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ local.properties
2424
.externalToolBuilders
2525
maven-eclipse.xml
2626
*.DS_Store
27-
/lint-results.xml
27+
/lint-results.xml
28+
build/

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,3 @@ subprojects {
1111
}
1212
}
1313
}
14-
15-
task wrapper(type: Wrapper) {
16-
gradleVersion = '1.11'
17-
}

core/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
apply plugin: 'android-library'
1+
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 19
5-
buildToolsVersion "19.0.3"
4+
compileSdkVersion 20
5+
buildToolsVersion "20.0.0"
66
sourceSets {
77
main {
88
manifest.srcFile 'AndroidManifest.xml'
@@ -12,6 +12,6 @@ android {
1212

1313
buildscript {
1414
dependencies {
15-
classpath 'com.android.tools.build:gradle:0.9.+'
15+
classpath 'com.android.tools.build:gradle:0.13.0'
1616
}
1717
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Apr 25 11:29:12 BST 2014
1+
#Sun Sep 28 13:32:32 BST 2014
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
6+
distributionUrl=http\://services.gradle.org/distributions/gradle-2.1-all.zip

0 commit comments

Comments
 (0)