e-shl 6c721039ff
[RU]LibManga, ComX. Limit connect and fixes selectors. ()
* [RU]LibManga, ComX. Limit connect and fixes selectors.

* ONGOING?
2021-10-15 05:27:15 -04:00

16 lines
278 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'ComX'
pkgNameSuffix = 'ru.comx'
extClass = '.ComX'
extVersionCode = 9
}
dependencies {
implementation project(':lib-ratelimit')
}
apply from: "$rootDir/common.gradle"