Riztard Lanthorn de019d7ad4
MangaHere: fix images issue (#11542)
add referer to header
remove unused artist
2022-04-20 14:23:10 -04:00

12 lines
231 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'Mangahere'
pkgNameSuffix = 'en.mangahere'
extClass = '.Mangahere'
extVersionCode = 18
}
apply from: "$rootDir/common.gradle"