From f2bcda0a297d5d530a5bda03371fa72c5e3dda2d Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 13 Jun 2016 16:17:19 +0200 Subject: [PATCH] update gradle to 2.1.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cc19335cd..165abe551 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.1.0' + classpath 'com.android.tools.build:gradle:2.1.2' classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' // NOTE: Do not place your application dependencies here; they belong