Blue cat c9962e5005
[RU] ReadManga / MintManga / AllHentai: Added Scanlator, Data upload, Author (#6402)
(cherry picked from commit 0a2a5103a461c6db1f3ef9196ec68cfaa2e42af7)
2021-04-04 17:23:56 -04:00

18 lines
340 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'AllHentai'
pkgNameSuffix = 'ru.allhentai'
extClass = '.AllHentai'
extVersionCode = 3
libVersion = '1.2'
containsNsfw = true
}
dependencies {
implementation project(':lib-ratelimit')
}
apply from: "$rootDir/common.gradle"