This commit is contained in:
kodjomoustapha
2023-10-08 16:16:03 +01:00
parent 12f07a4291
commit 83fb33eec2
15 changed files with 15 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ import '../../../../utils/utils.dart';
const apiUrl = 'https://api.mangadex.org';
const baseUrl = 'https://mangadex.org';
const isNsfw = true;
const mangadexVersion = "0.0.13";
const mangadexVersion = "0.0.2";
const mangadexSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/src/all/mangadex/mangadex-v$mangadexVersion.dart";
String _iconUrl = getIconUrl("mangadex", "all");