Tachiyomi-Extensions/src/vi/blogtruyen/build.gradle

13 lines
256 B
Groovy
Raw Normal View History

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'BlogTruyen'
pkgNameSuffix = 'vi.blogtruyen'
extClass = '.BlogTruyen'
2020-04-02 02:41:00 +00:00
extVersionCode = 8
2018-06-12 21:49:20 +00:00
libVersion = '1.2'
}
apply from: "$rootDir/common.gradle"