Tachiyomi-Extensions/src/en/readmangatoday/build.gradle

12 lines
245 B
Groovy
Raw Normal View History

2017-01-21 16:55:27 +00:00
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'ReadMangaToday'
pkgNameSuffix = 'en.readmangatoday'
2017-01-21 16:55:27 +00:00
extClass = '.Readmangatoday'
extVersionCode = 9
2017-01-21 16:55:27 +00:00
}
2017-02-25 15:51:30 +00:00
apply from: "$rootDir/common.gradle"