fixx1983 ee52fad6e6
Updated the Mangaworld domain (#6567)
* Update Mangaworld.kt

* Update build.gradle
2021-04-15 14:30:40 -04:00

14 lines
280 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'Mangaworld'
pkgNameSuffix = 'it.mangaworld'
extClass = '.Mangaworld'
extVersionCode = 4
libVersion = '1.2'
containsNsfw = true
}
apply from: "$rootDir/common.gradle"