From 88b3a6974790536a116d97afa578533675742a5c Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Wed, 21 Sep 2016 09:24:42 +0200 Subject: [PATCH] update gradle plugin to 2.2.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 73e9d55e..cc020c79 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.0-rc2' + classpath 'com.android.tools.build:gradle:2.2.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files