AwkwardPeak7 0658c1926c
revert kotlin 2.1.0 and deps for now (#7468)
generated serializers seem to be missing in final apk, need further investigation
2025-02-23 21:31:11 +00:00

13 lines
207 B
Groovy

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