
* [RU]Remanga PUT chapters on alt img server * private PUT * new notify and description exmanga * hard disable PUTing chapters
17 lines
326 B
Groovy
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"
|