Eshlender dfb1d76243
[RU]Newbie fix duble request (empty branches) (#15581)
* [RU]Newbie fix duble request (empty branches)

* getChapterUrl
2023-03-05 16:46:04 -05:00

17 lines
333 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlinx-serialization'
ext {
extName = 'NewManga(Newbie)'
pkgNameSuffix = 'ru.newbie'
extClass = '.Newbie'
extVersionCode = 19
}
dependencies {
implementation project(':lib-dataimage')
}
apply from: "$rootDir/common.gradle"