Eshlender 240a513405
[RU]Remanga PUT chapters on alt img server (#15706)
* [RU]Remanga PUT chapters on alt img server

* private PUT

* new notify and description exmanga

* hard disable PUTing chapters
2023-03-18 16:40:24 -04:00

17 lines
326 B
Groovy

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