mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
Update
This commit is contained in:
@@ -13,5 +13,4 @@ Source _aniwave = Source(
|
|||||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/anime/src/en/aniwave/icon.png",
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/anime/src/en/aniwave/icon.png",
|
||||||
sourceCodeUrl: _aniwaveCodeUrl,
|
sourceCodeUrl: _aniwaveCodeUrl,
|
||||||
version: _aniwaveVersion,
|
version: _aniwaveVersion,
|
||||||
appMinVerReq: "0.1.5",
|
|
||||||
isManga: false);
|
isManga: false);
|
||||||
|
|||||||
@@ -12,6 +12,5 @@ Source _animesama = Source(
|
|||||||
iconUrl:
|
iconUrl:
|
||||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/anime/src/fr/animesama/icon.png",
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/anime/src/fr/animesama/icon.png",
|
||||||
sourceCodeUrl: animesamaCodeUrl,
|
sourceCodeUrl: animesamaCodeUrl,
|
||||||
appMinVerReq: "0.1.5",
|
|
||||||
version: animesamaVersion,
|
version: animesamaVersion,
|
||||||
isManga: false);
|
isManga: false);
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -49,7 +49,7 @@ class Source {
|
|||||||
this.version = "",
|
this.version = "",
|
||||||
this.isManga = true,
|
this.isManga = true,
|
||||||
this.isFullData = false,
|
this.isFullData = false,
|
||||||
this.appMinVerReq = "0.1.45",
|
this.appMinVerReq = "0.1.6",
|
||||||
this.additionalParams = ""});
|
this.additionalParams = ""});
|
||||||
|
|
||||||
Map<String, dynamic> toJson() {
|
Map<String, dynamic> toJson() {
|
||||||
|
|||||||
Reference in New Issue
Block a user