From 979e075a51be159f87ea314ccd3d941f64c9a426 Mon Sep 17 00:00:00 2001 From: Dan Lew Date: Wed, 16 Dec 2015 10:52:46 -0600 Subject: [PATCH] Updated android-apt plugin to 1.8 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bc995877c..fbf74be4b 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:1.3.0' classpath 'com.android.databinding:dataBinder:1.0-rc1' - classpath 'com.neenbedankt.gradle.plugins:android-apt:1.4' + classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' } }