diff options
| author | Cody Northrop <cnorthrop@google.com> | 2016-09-22 09:42:23 -0600 |
|---|---|---|
| committer | Cody Northrop <cnorthrop@google.com> | 2016-09-23 08:32:26 -0600 |
| commit | c0cbab5fa6ac3ba76f6f2d60da11c00c52fc6cbc (patch) | |
| tree | 6a764235c8482d7f63b236895e6ffc4239f235fb | |
| parent | ba852ed50579031e69a2cbe75afb7a5f721f7a70 (diff) | |
| download | usermoji-c0cbab5fa6ac3ba76f6f2d60da11c00c52fc6cbc.tar.xz | |
demos: Update gradle properties for smoke
| -rw-r--r-- | demos/smoke/android/build.gradle | 2 | ||||
| -rw-r--r-- | demos/smoke/android/gradle/wrapper/gradle-wrapper.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/smoke/android/build.gradle b/demos/smoke/android/build.gradle index 9d6aba77..a6201538 100644 --- a/demos/smoke/android/build.gradle +++ b/demos/smoke/android/build.gradle @@ -4,7 +4,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle-experimental:0.6.0-alpha3' + classpath 'com.android.tools.build:gradle-experimental:0.8.0' } } diff --git a/demos/smoke/android/gradle/wrapper/gradle-wrapper.properties b/demos/smoke/android/gradle/wrapper/gradle-wrapper.properties index 0fa19137..6c7451b7 100644 --- a/demos/smoke/android/gradle/wrapper/gradle-wrapper.properties +++ b/demos/smoke/android/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.9-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip |
