Files
MoGoEagleEye/gradle/bytex/bytex_thread_opt.gradle

10 lines
175 B
Groovy

if (!rootProject.isAndroidTestBuild()) {
apply plugin: 'bytex.threadOpt'
thread_opt {
enable true
enableInDebug true
logLevel "DEBUG"
}
}