13 lines
264 B
Groovy
13 lines
264 B
Groovy
![]() |
apply plugin: 'com.android.application'
|
||
|
apply plugin: 'kotlin-android'
|
||
|
|
||
|
ext {
|
||
|
appName = 'Tachiyomi: Ikuhentai'
|
||
|
pkgNameSuffix = 'es.ikuhentai'
|
||
|
extClass = '.Ikuhentai'
|
||
|
extVersionCode = 1
|
||
|
libVersion = '1.2'
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|