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

10 lines
188 B
Groovy
Raw Normal View History

2024-06-20 11:54:12 +07:00
ext {
extName = 'HiAnime'
extClass = '.HiAnime'
themePkg = 'zorotheme'
2025-04-16 13:12:30 +05:30
baseUrl = 'https://hianimez.to'
2025-04-17 11:16:02 +05:30
overrideVersionCode = 50
2024-06-20 11:54:12 +07:00
}
apply from: "$rootDir/common.gradle"