Skip to content

Commit

Permalink
Gradle version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nikwen committed Feb 14, 2014
1 parent 12bad57 commit fe3ce1b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Fri Nov 01 20:05:17 CET 2013
#Fri Feb 14 19:01:18 CET 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-all.zip
4 changes: 2 additions & 2 deletions library/build.gradle
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.6.+'
classpath 'com.android.tools.build:gradle:0.8.+'
}
}
apply plugin: 'android-library'
Expand All @@ -14,7 +14,7 @@ repositories {

android {
compileSdkVersion 19
buildToolsVersion "18.0.0"
buildToolsVersion "19.0.1"

defaultConfig {
minSdkVersion 7
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.6.+'
classpath 'com.android.tools.build:gradle:0.8.+'
}
}
apply plugin: 'android'
Expand All @@ -14,7 +14,7 @@ repositories {

android {
compileSdkVersion 19
buildToolsVersion "18.0.0"
buildToolsVersion "19.0.1"

defaultConfig {
minSdkVersion 7
Expand Down

0 comments on commit fe3ce1b

Please sign in to comment.