This commit is contained in:
kodjomoustapha 2024-01-08 16:44:27 +01:00
parent 311850de37
commit 107f4b7d6a
5 changed files with 3 additions and 5 deletions

View file

@ -13,5 +13,4 @@ Source _aniwave = Source(
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/anime/src/en/aniwave/icon.png",
sourceCodeUrl: _aniwaveCodeUrl,
version: _aniwaveVersion,
appMinVerReq: "0.1.5",
isManga: false);

View file

@ -12,6 +12,5 @@ Source _animesama = Source(
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/anime/src/fr/animesama/icon.png",
sourceCodeUrl: animesamaCodeUrl,
appMinVerReq: "0.1.5",
version: animesamaVersion,
isManga: false);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -49,7 +49,7 @@ class Source {
this.version = "",
this.isManga = true,
this.isFullData = false,
this.appMinVerReq = "0.1.45",
this.appMinVerReq = "0.1.6",
this.additionalParams = ""});
Map<String, dynamic> toJson() {