Riztard Lanthorn 81f9eede50
Timelessleaf add manga description (#5136)
Timelessleaf add manga description
2020-12-15 13:51:20 -05:00

13 lines
262 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'TimelessLeaf'
pkgNameSuffix = 'en.timelessleaf'
extClass = '.TimelessLeaf'
extVersionCode = 4
libVersion = '1.2'
}
apply from: "$rootDir/common.gradle"