From 20be49b7176cdb0bff8f32f4d476b9e0dc0ae5a2 Mon Sep 17 00:00:00 2001 From: cpfeiffer Date: Fri, 26 Aug 2016 22:47:22 +0200 Subject: [PATCH] Go back to gradle android plugin 2.2-beta1 (appears to work with java7) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 912050fc4..a93003813 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.0-beta2' + classpath 'com.android.tools.build:gradle:2.2.0-beta1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files