From ac85ede9a3df280ad62df90800e1a9dc9af6290d Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Wed, 1 Oct 2014 23:44:57 +0100 Subject: Add Checkstyle checks --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'app') diff --git a/app/build.gradle b/app/build.gradle index da30621..880d54b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,5 +1,6 @@ apply plugin: 'android-sdk-manager' apply plugin: 'com.android.application' +apply from: '../config/quality.gradle' android { compileSdkVersion 20 -- cgit v1.2.3