13 lines
202 B
Groovy

ext {
extName = 'YellowNote'
extClass = '.YellowNote'
extVersionCode = 3
isNsfw = true
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(':lib:i18n'))
}