Update Serienstream.kt from ip adress to url. (For https) (#471)

* Update Serienstream.kt

Changed ip adress to url

* Update build.gradle

Version from 19 to 20
This commit is contained in:
sami155 2025-01-06 17:54:38 +01:00 committed by GitHub
parent 4963848e16
commit af5a62b5ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
ext {
extName = 'Serienstream'
extClass = '.Serienstream'
extVersionCode = 19
extVersionCode = 20
}
apply from: "$rootDir/common.gradle"
@ -10,4 +10,4 @@ dependencies {
implementation(project(':lib:voe-extractor'))
implementation(project(':lib:streamtape-extractor'))
implementation(project(':lib:dood-extractor'))
}
}