2018-03-05 16:33:15 +00:00
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
apply plugin: 'kotlin-android'
|
|
|
|
|
|
|
|
ext {
|
2020-06-26 02:34:34 +00:00
|
|
|
extName = 'MyReadingManga'
|
2018-08-05 19:51:58 +00:00
|
|
|
pkgNameSuffix = 'all.myreadingmanga'
|
2018-03-05 16:33:15 +00:00
|
|
|
extClass = '.MyReadingMangaFactory'
|
2020-08-26 04:09:32 +00:00
|
|
|
extVersionCode = 40
|
2018-03-05 16:33:15 +00:00
|
|
|
libVersion = '1.2'
|
2020-08-14 03:00:32 +00:00
|
|
|
containsNsfw = true
|
2018-03-05 16:33:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|