Fix ext version

This commit is contained in:
imper1aldev 2024-08-13 02:57:48 -06:00 committed by GitHub
parent 645361ef42
commit a95b6db405
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
ext {
extName = 'Pelisplushd'
extClass = '.PelisplushdFactory'
extVersionCode = 54
extVersionCode = 55
}
apply from: "$rootDir/common.gradle"
@ -24,4 +24,4 @@ dependencies {
implementation(project(':lib:upstream-extractor'))
implementation(project(':lib:streamhidevid-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
}
}