From 30fb03588805a6a94fe5a0baa8a5e86b4d062e1f Mon Sep 17 00:00:00 2001 From: Aaron Huttner Date: Mon, 12 Sep 2016 12:13:53 -0400 Subject: [PATCH] gradle update --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index abb5b5d9..aa60f700 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.0-beta3' + classpath 'com.android.tools.build:gradle:2.2.0-rc1' classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' classpath('com.stanfy.spoon:spoon-gradle-plugin:1.0.3') { // Workaround for https://github.com/stanfy/spoon-gradle-plugin/issues/33