This repository was archived by the owner on Feb 11, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,4 +24,5 @@ local.properties
2424.externalToolBuilders
2525maven-eclipse.xml
2626* .DS_Store
27- /lint-results.xml
27+ /lint-results.xml
28+ build /
Original file line number Diff line number Diff line change @@ -11,7 +11,3 @@ subprojects {
1111 }
1212 }
1313}
14-
15- task wrapper (type : Wrapper ) {
16- gradleVersion = ' 1.11'
17- }
Original file line number Diff line number Diff line change 1- apply plugin : ' android- library'
1+ apply plugin : ' com. android. library'
22
33android {
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
1313buildscript {
1414 dependencies {
15- classpath ' com.android.tools.build:gradle:0.9.+ '
15+ classpath ' com.android.tools.build:gradle:0.13.0 '
1616 }
1717}
Original file line number Diff line number Diff line change 1- # Fri Apr 25 11:29:12 BST 2014
1+ # Sun Sep 28 13:32:32 BST 2014
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
You can’t perform that action at this time.
0 commit comments