bapeey 63c1a534a2 Add "Foy Scan" (#2212)
Add foy scan
2024-04-06 23:50:56 +01:00

10 lines
187 B
Groovy

ext {
extName = 'Foy Scan'
extClass = '.FoyScan'
themePkg = 'mangaesp'
baseUrl = 'https://foyscan.xyz'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"