Add docchi, fix lib lycoris/vk/lulustream, fix OgladajAnime #674

Merged
Hayanek merged 7 commits from main into main 2025-02-14 20:33:12 -06:00
Showing only changes of commit ca65d309c1 - Show all commits

View file

@ -1,7 +1,7 @@
ext { ext {
extName = 'OgladajAnime' extName = 'OgladajAnime'
extClass = '.OgladajAnime' extClass = '.OgladajAnime'
extVersionCode = 5 extVersionCode = 3
isNsfw = true isNsfw = true
} }
@ -14,6 +14,4 @@ dependencies {
implementation(project(':lib:vk-extractor')) implementation(project(':lib:vk-extractor'))
implementation(project(':lib:googledrive-extractor')) implementation(project(':lib:googledrive-extractor'))
implementation(project(':lib:cda-extractor')) implementation(project(':lib:cda-extractor'))
implementation(project(':lib:dood-extractor'))
implementation(project(':lib:lycoris-extractor'))
} }