Riztard Lanthorn 02259c06bd
update FMReader for new theme (#5353)
* update FMReader for new theme

* fix kissLove

* clean thing after update factory

* revert parseChapterDate to private

* almost forgot this 

for substring chapter name
2021-01-08 08:36:05 -05:00

14 lines
306 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'FMReader (multiple aggregators)'
pkgNameSuffix = 'all.fmreader'
extClass = '.FMReaderFactory'
extVersionCode = 25
libVersion = '1.2'
containsNsfw = true
}
apply from: "$rootDir/common.gradle"