e-shl 4337cece52
[RU]Grouple correct Chapter Number (simplificade-fix) (#10929)
* [RU]Grouple correct Chapter Number (simplificade-fix)

* fix relative rating

* mtr back

* delete the code under test

* disable following redirects
2022-02-25 06:12:10 -05:00

16 lines
294 B
Groovy

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