Skip to content

Commit fcdcedf

Browse files
committed
Add frodo configuration block to project.
1 parent 31ea46d commit fcdcedf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

presentation/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ apply plugin: 'com.android.application'
22
apply plugin: 'com.neenbedankt.android-apt'
33
apply plugin: 'com.fernandocejas.frodo'
44

5+
frodo {
6+
enabled = true
7+
}
8+
59
android {
610
def globalConfiguration = rootProject.extensions.getByName("ext")
711

0 commit comments

Comments
 (0)