From d929caf0e6bf8db5124cdf056dc697fca59e123b Mon Sep 17 00:00:00 2001 From: Rhodey Orbits Date: Thu, 25 Jun 2015 14:17:08 -0700 Subject: [PATCH] revert to android gradle plugin 1.0.1 until we figure out why 1.2.3 can't produce the automation build type. Closes #3480 // FREEBIE --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8ba7e7caea..77917e2267 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { } } dependencies { - classpath 'com.android.tools.build:gradle:1.2.3' + classpath 'com.android.tools.build:gradle:1.0.1' classpath files('libs/gradle-witness.jar') } }