2024-06-03 05:44:48 +01:00

15 lines
303 B
Groovy

ext {
extName = 'Celestial Moon'
extClass = '.CelestialMoon'
themePkg = 'mangathemesia'
baseUrl = 'https://celestialmoonscan.es'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(":lib:cookieinterceptor"))
}