Skip to content

Commit

Permalink
gradle wrapper 1.10 and build tools 0.8+
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardsurfer committed Feb 3, 2014
1 parent 53fe841 commit 4165756
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 22 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -25,7 +25,7 @@ subprojects {
}

dependencies {
classpath 'com.android.tools.build:gradle:0.7+'
classpath 'com.android.tools.build:gradle:0.8+'
classpath 'com.github.dcendents:android-maven-plugin:1.0'
}
}
Expand Down
20 changes: 2 additions & 18 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,22 +1,6 @@
#
# Copyright 2012 - 2013 Benjamin Weiss
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

#Fri Jan 10 13:11:21 CET 2014
#Mon Feb 03 17:16:48 CET 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.9-all.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-bin.zip
2 changes: 1 addition & 1 deletion library/build.gradle
Expand Up @@ -84,7 +84,7 @@ artifacts {

task wrapper(type: Wrapper) {
description "Generates the gradle wrapper"
gradleVersion = "1.9"
gradleVersion = "1.10"
}


Expand Down
4 changes: 2 additions & 2 deletions library/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Mon Jan 06 11:20:11 CET 2014
#Mon Feb 03 17:16:48 CET 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.9-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-bin.zip

0 comments on commit 4165756

Please sign in to comment.