From fcdcedfa535a2b63c755ee517eeef53e582ed42c Mon Sep 17 00:00:00 2001 From: Fernando Cejas Date: Sun, 22 May 2016 12:42:13 +0200 Subject: [PATCH] Add frodo configuration block to project. --- presentation/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/presentation/build.gradle b/presentation/build.gradle index c6b32b0..be2b2ab 100644 --- a/presentation/build.gradle +++ b/presentation/build.gradle @@ -2,6 +2,10 @@ apply plugin: 'com.android.application' apply plugin: 'com.neenbedankt.android-apt' apply plugin: 'com.fernandocejas.frodo' +frodo { + enabled = true +} + android { def globalConfiguration = rootProject.extensions.getByName("ext")