
* [RU]Grouple correct Chapter Number (simplificade-fix) * fix relative rating * mtr back * delete the code under test * disable following redirects
16 lines
294 B
Groovy
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"
|