* lib-synchrony

ported from aniyomiorg/aniyomi-extensions

Co-authored-by: jmir1 <43830312+jmir1@users.noreply.github.com>

* RCO: deobfuscate and extract beau function from rguard script

* fix genre filter

* bump

---------

Co-authored-by: jmir1 <43830312+jmir1@users.noreply.github.com>
This commit is contained in:
AwkwardPeak7
2023-06-29 20:14:43 +05:00
committed by GitHub
parent e429326371
commit 6a106c8648
6 changed files with 436 additions and 65 deletions

View File

@@ -1,6 +1,6 @@
include(":core")
listOf("dataimage", "unpacker", "cryptoaes", "textinterceptor").forEach {
listOf("dataimage", "unpacker", "cryptoaes", "textinterceptor", "synchrony").forEach {
include(":lib-$it")
project(":lib-$it").projectDir = File("lib/$it")
}