fix(id/kuramanime & animeindo): Update baseUrl & Fix http 404 error #16

Merged
willyreza merged 4 commits from main into main 2024-07-01 04:06:23 -05:00
Showing only changes of commit 666207db6c - Show all commits

View file

@ -3,7 +3,7 @@ ext {
extClass = '.AnimeIndo'
themePkg = 'animestream'
baseUrl = 'https://animeindo.skin'
overrideVersionCode = 10
overrideVersionCode = 11
}
apply from: "$rootDir/common.gradle"
@ -14,4 +14,4 @@ dependencies {
implementation(project(":lib:streamtape-extractor"))
implementation(project(":lib:yourupload-extractor"))
implementation(project(":lib:okru-extractor"))
}
}