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

Merged
sami155 merged 2 commits from patch-1 into main 2025-01-06 10:54:38 -06:00
Showing only changes of commit 19c14ecf0b - Show all commits

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'))
}
}