Cuong M. Tran f7cd89926a MangaOwl.to: Fix manga’s URL for other mirrors (#1624)
Fix manga’s URL for other mirrors
2024-03-06 06:23:25 +00:00

8 lines
133 B
Groovy

ext {
extName = 'MangaOwl.To'
extClass = '.MangaOwlToFactory'
extVersionCode = 2
}
apply from: "$rootDir/common.gradle"