Add frodo configuration block to project.

This commit is contained in:
Fernando Cejas
2016-05-22 12:42:13 +02:00
parent 31ea46d346
commit fcdcedfa53

View File

@@ -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")