5 lines
80 B
Groovy
5 lines
80 B
Groovy
if (!rootProject.isAndroidTestBuild()) {
|
|
apply plugin: 'biz.config.hook'
|
|
}
|
|
|