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 2c48d82da0 - Show all commits

View file

@ -1,11 +1,11 @@
ext { ext {
extName = 'Kuramanime' extName = 'Kuramanime'
extClass = '.Kuramanime' extClass = '.Kuramanime'
extVersionCode = 12 extVersionCode = 13
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"
dependencies { dependencies {
implementation(project(":lib:streamtape-extractor")) implementation(project(":lib:streamtape-extractor"))
} }