
* [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 = 'Readmanga'
|
|
pkgNameSuffix = 'ru.readmanga'
|
|
extClass = '.Readmanga'
|
|
extVersionCode = 38
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(':lib-ratelimit')
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|