Vetle Ledaal 9c13009267 MangaReader.cc: Switch from http to https (#2794)
Scheme for thumbnail might change, but that is to be expected.
2024-06-03 05:43:47 +01:00

11 lines
223 B
Groovy

ext {
extName = 'MangaReader.cc'
extClass = '.MangaReaderCC'
themePkg = 'paprika'
baseUrl = 'https://www.mangareader.cc'
overrideVersionCode = 3
isNsfw = true
}
apply from: "$rootDir/common.gradle"