
exception catching while building filter list (#6074) error logs whiloe loading filter values (#6047)
18 lines
365 B
Groovy
18 lines
365 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
ext {
|
|
extName = 'Komga'
|
|
pkgNameSuffix = 'all.komga'
|
|
extClass = '.KomgaFactory'
|
|
extVersionCode = 22
|
|
libVersion = '1.2'
|
|
}
|
|
|
|
dependencies {
|
|
implementation 'io.reactivex:rxandroid:1.2.1'
|
|
implementation 'io.reactivex:rxjava:1.3.6'
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|