Chopper 02af60dcf5 MangaMate: Add random user agent ()
* Add random user agent

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

15 lines
279 B
Groovy

ext {
extName = 'Manga-Mate'
extClass = '.MangaMate'
themePkg = 'mangathemesia'
baseUrl = 'https://manga-mate.org'
overrideVersionCode = 1
isNsfw = true
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation project(':lib:randomua')
}