Guiorgy 57a03a182e fix 45ca32d (#1981)
* fix 45ca32d

fixes a mistake (I made) in 45ca32d by not using __.toRegex()__

* bump version
2020-01-05 15:21:37 -05:00

13 lines
296 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
appName = 'Tachiyomi: MangaBox (Mangakakalot and others)'
pkgNameSuffix = 'all.mangabox'
extClass = '.MangaBoxFactory'
extVersionCode = 10
libVersion = '1.2'
}
apply from: "$rootDir/common.gradle"