From 3a26ca2023c21b61de03649b4e6760a977e69874 Mon Sep 17 00:00:00 2001 From: Kamaradeivanov Date: Mon, 14 Sep 2026 23:18:59 +0200 Subject: [PATCH] chore: bump kotatsu-parsers-redo to 38cfb00b0a Update the parsers pin from 204c9ee032 (2026-08-03) to 38cfb00b0a (2026-09-05, current master of Kotatsu-Redo/kotatsu-parsers-redo, the same pin used by Kotatsu-Redo 9.8.3). This brings in the MangasOrigines / HentaiOrigines fix (site redesign, chapter list was empty, PR #184) as well as the other source fixes shipped in Kotatsu-Redo 9.8.2 and 9.8.3 (Comix, RavenScans, Com-X, InkStory, Voratoon, LunarAnime, MgKomik, SoulScan, GeassComic, Desu, MangaDotNet, new OniSaga / Ryukomik / Chikari sources). The only non-source API change in that range is an additive MangaLoaderContext.requestCloudflareVerification() with a default implementation, so no app-side change is required. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01FJ2iUvZ2J4Bgy9JdqsNsAn --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c3d147d631..003820f7a9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -35,7 +35,7 @@ material = "1.14.0-alpha05" moshi = "1.15.2" okhttp = "5.2.1" okio = "3.16.1" -parsers = "204c9ee032" +parsers = "38cfb00b0a" preference = "1.2.1" quickjsKt = "1.0.5" recyclerview = "1.4.0"