From 7bb64d724cb16bf68f477f4e136e1b9898806909 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Tue, 16 Aug 2016 10:31:10 +0200 Subject: [PATCH] Update android plugin for gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index aff4f415..77ce66ea 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.1.2' + classpath 'com.android.tools.build:gradle:2.1.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files