* FMTeam: complete rewrite (#17183) * FMTeam: chapter open in webview fix * FMTeam: versionId bump * FMTeam: refactor code * FMTeam: date safety * FMTeam: unused fields in DTO removal * FMTeam: avoid fetchMangaDetails call Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com> * FMTeam: page map refactor Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com> * FMTeam: pages useless manual `chapter_number` set removal --------- Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com> Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
13 lines
259 B
Groovy
13 lines
259 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
apply plugin: 'kotlinx-serialization'
|
|
|
|
ext {
|
|
extName = 'FMTEAM'
|
|
pkgNameSuffix = 'fr.fmteam'
|
|
extClass = '.FMTEAM'
|
|
extVersionCode = 2
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|