extensions-source/src/en/zoro/build.gradle

10 lines
187 B
Groovy
Raw Normal View History

2024-06-20 11:54:12 +07:00
ext {
extName = 'HiAnime'
extClass = '.HiAnime'
themePkg = 'zorotheme'
2025-04-15 22:01:17 +05:30
baseUrl = 'https://hianime.to'
overrideVersionCode = 48
2024-06-20 11:54:12 +07:00
}
apply from: "$rootDir/common.gradle"