mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
8 lines
183 B
Groovy
8 lines
183 B
Groovy
apply plugin: 'com.android.application'
|
|
|
|
if (hasInternalConfiguration) {
|
|
apply plugin: 'yandex-signer-android'
|
|
}
|
|
|
|
apply from: "${buildscript.sourceFile.parent}/div-common.gradle"
|