Overhaul 2025 (See PR for changes)
This commit is contained in:
@@ -1,22 +1,3 @@
|
||||
plugins {
|
||||
id("com.android.library")
|
||||
kotlin("android")
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdk = AndroidConfig.compileSdk
|
||||
|
||||
defaultConfig {
|
||||
minSdk = AndroidConfig.minSdk
|
||||
}
|
||||
|
||||
namespace = "eu.kanade.tachiyomi.lib.synchrony"
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly(libs.bundles.common)
|
||||
id("lib-android")
|
||||
}
|
||||
|
||||
117
lib/synchrony/src/main/assets/synchrony-v2.4.5.1.js
Normal file
117
lib/synchrony/src/main/assets/synchrony-v2.4.5.1.js
Normal file
File diff suppressed because one or more lines are too long
@@ -39,4 +39,4 @@ object Deobfuscator {
|
||||
}
|
||||
|
||||
// Update this when the script is updated!
|
||||
private const val SCRIPT_NAME = "synchrony-v2.4.2.1.js"
|
||||
private const val SCRIPT_NAME = "synchrony-v2.4.5.1.js"
|
||||
|
||||
Reference in New Issue
Block a user