Commit f745be89 by ojw28

Merge pull request #219 from google/dev

Include gradle plugin 1.0.0
parents f39d83cf a96a7fe7
...@@ -19,7 +19,7 @@ buildscript { ...@@ -19,7 +19,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:1.0.0-rc1' classpath 'com.android.tools.build:gradle:1.0.0'
} }
} }
......
...@@ -15,7 +15,7 @@ apply plugin: 'com.android.application' ...@@ -15,7 +15,7 @@ apply plugin: 'com.android.application'
android { android {
compileSdkVersion 21 compileSdkVersion 21
buildToolsVersion "21.1.1" buildToolsVersion "21.1.2"
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
......
#Thu Nov 20 12:15:03 PST 2014 #Mon Dec 22 10:29:11 CST 2014
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-rc-1-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
...@@ -15,7 +15,7 @@ apply plugin: 'com.android.library' ...@@ -15,7 +15,7 @@ apply plugin: 'com.android.library'
android { android {
compileSdkVersion 21 compileSdkVersion 21
buildToolsVersion "21.1.1" buildToolsVersion "21.1.2"
defaultConfig { defaultConfig {
minSdkVersion 9 minSdkVersion 9
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment