From c879e1c063c2215f0a6babcbf271d8062a2cfe0a Mon Sep 17 00:00:00 2001 From: cpfeiffer Date: Sat, 27 Aug 2016 22:33:42 +0200 Subject: [PATCH] Update to gradle android plugin 2.2-beta3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 912050fc4..147efe606 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-beta3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files