Claudemirovsky 5068d25516
refactor: Use python scripts and remove unnessecary manifests (#2876)
Co-authored-by: jmir1 <jhmiramon@gmail.com>
2024-02-05 23:31:21 +01:00

9 lines
137 B
Groovy

ext {
extName = 'Hstream'
extClass = '.Hstream'
extVersionCode = 7
isNsfw = true
}
apply from: "$rootDir/common.gradle"