ext {
    extName = 'MANGA Plus by SHUEISHA'
    extClass = '.MangaPlusFactory'
    extVersionCode = 51
}

apply from: "$rootDir/common.gradle"

dependencies {
    implementation(project(":lib:i18n"))
}