e-shl 986ed0e88b
[RU]Chan pack title cut (#11223)
* [RU]Chan pack title cut

* error
2022-03-23 04:40:45 -04:00

18 lines
344 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlinx-serialization'
ext {
extName = 'Henchan'
pkgNameSuffix = 'ru.henchan'
extClass = '.Henchan'
extVersionCode = 30
isNsfw = true
}
dependencies {
implementation project(':lib-ratelimit')
}
apply from: "$rootDir/common.gradle"