Commit 39643e34 authored by Peter Wen's avatar Peter Wen Committed by Commit Bot

Android: Update Android Studio canary version

- Submit this only when 3.4 is available on internal canary.

TBR=agrieve@chromium.org

Bug: 620034
Change-Id: Iebcec3271b37ecfea8ba4f3eac36ab576ec5acf1
Reviewed-on: https://chromium-review.googlesource.com/c/1324871Reviewed-by: default avatarPeter Wen <wnwen@chromium.org>
Commit-Queue: Peter Wen <wnwen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#607220}
parent a794ea68
...@@ -10,7 +10,7 @@ buildscript { ...@@ -10,7 +10,7 @@ buildscript {
} }
dependencies { dependencies {
{% if channel == 'canary' %} {% if channel == 'canary' %}
classpath "com.android.tools.build:gradle:3.3.0-alpha13" classpath "com.android.tools.build:gradle:3.4.0-alpha03"
{% elif channel == 'beta' %} {% elif channel == 'beta' %}
classpath "com.android.tools.build:gradle:3.1.0-beta4" classpath "com.android.tools.build:gradle:3.1.0-beta4"
{% else %} {% else %}
......
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 to comment