We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ea46d commit fcdcedfCopy full SHA for fcdcedf
presentation/build.gradle
@@ -2,6 +2,10 @@ apply plugin: 'com.android.application'
2
apply plugin: 'com.neenbedankt.android-apt'
3
apply plugin: 'com.fernandocejas.frodo'
4
5
+frodo {
6
+ enabled = true
7
+}
8
+
9
android {
10
def globalConfiguration = rootProject.extensions.getByName("ext")
11
0 commit comments