From 1e92f7c43bf2373342309645c268318bfa18554d Mon Sep 17 00:00:00 2001 From: loadedion Date: Tue, 28 Feb 2017 15:50:45 -0800 Subject: [PATCH] Increment gradle plugin to 2.2.3 * To support instant run --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 16f4c84..69dcb7c 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.2' + classpath 'com.android.tools.build:gradle:2.2.3' // Used for annotation processing needed by the AndroidAnnotations library classpath 'com.neenbedankt.gradle.plugins:android-apt:1.6' }