This commit is contained in:
kodjomoustapha
2023-08-27 14:11:46 +01:00
parent 7249635f3a
commit 1a8dac5709
3 changed files with 21 additions and 22 deletions

View File

@@ -3,7 +3,7 @@ import '../../../../model/source.dart';
const apiUrl = 'https://api.mangadex.org';
const baseUrl = 'https://mangadex.org';
const isNsfw = true;
const mangadexVersion = "0.0.12";
const mangadexVersion = "0.0.13";
const mangadexSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/src/all/mangadex/mangadex-v$mangadexVersion.dart";
const iconUrl = 'https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/icon/mangayomi-all-mangadex.png';