chore: Sync with latest commits

This commit is contained in:
WebDitto 2024-06-23 11:00:51 -03:00
parent 9b96273df0
commit 56c945d716
115 changed files with 2230 additions and 445 deletions

View file

@ -1,9 +1,9 @@
ext {
extName = 'AnimesOnline'
extClass = '.AnimesOnline'
extName = 'Bakashi'
extClass = '.Bakashi'
themePkg = 'dooplay'
baseUrl = 'https://animesonline.nz'
overrideVersionCode = 9
baseUrl = 'https://bakashi.tv'
overrideVersionCode = 10
}
apply from: "$rootDir/common.gradle"
@ -14,4 +14,4 @@ dependencies {
implementation(project(":lib:streamwish-extractor"))
implementation(project(":lib:mixdrop-extractor"))
implementation(project(":lib:streamtape-extractor"))
}
}