fix(src/es): Pelisplushd and Hackstore fixes (#97)

* VoeExtractor, PelisplusHD & Hackstore fixes

* VoeExtractor, PelisplusHD & Hackstore fixes
This commit is contained in:
imper1aldev 2024-08-03 11:26:49 -06:00 committed by GitHub
parent 1bbc02413e
commit 42065686b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 134 additions and 280 deletions

View file

@ -1,7 +1,7 @@
ext {
extName = 'Hackstore'
extClass = '.Hackstore'
extVersionCode = 10
extVersionCode = 11
}
apply from: "$rootDir/common.gradle"