e-shl 2c73d2c4b0
[RU]Сhan fix title and no supportsLatest ()
* [RU]Сhan fix title and no supportsLatest

* hentai+yaoi
2022-04-15 11:43:07 -03:00

16 lines
294 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'Mangachan'
pkgNameSuffix = 'ru.mangachan'
extClass = '.Mangachan'
extVersionCode = 12
}
dependencies {
implementation project(':lib-ratelimit')
}
apply from: "$rootDir/common.gradle"