mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
Update
This commit is contained in:
@@ -13,5 +13,4 @@ Source _aniwave = Source(
|
|||||||
iconUrl: getIconUrl("aniwave", "en"),
|
iconUrl: getIconUrl("aniwave", "en"),
|
||||||
sourceCodeUrl: aniwaveCodeUrl,
|
sourceCodeUrl: aniwaveCodeUrl,
|
||||||
version: aniwaveVersion,
|
version: aniwaveVersion,
|
||||||
appMinVerReq: "0.0.8",
|
|
||||||
isManga: false);
|
isManga: false);
|
||||||
|
|||||||
@@ -13,5 +13,4 @@ Source _nimegami = Source(
|
|||||||
iconUrl: getIconUrl("nimegami", "id"),
|
iconUrl: getIconUrl("nimegami", "id"),
|
||||||
sourceCodeUrl: nimegamiCodeUrl,
|
sourceCodeUrl: nimegamiCodeUrl,
|
||||||
version: nimegamiVersion,
|
version: nimegamiVersion,
|
||||||
appMinVerReq: "0.0.8",
|
|
||||||
isManga: false);
|
isManga: false);
|
||||||
|
|||||||
@@ -13,5 +13,4 @@ Source _oploverz = Source(
|
|||||||
iconUrl: getIconUrl("oploverz", "id"),
|
iconUrl: getIconUrl("oploverz", "id"),
|
||||||
sourceCodeUrl: oploverzCodeUrl,
|
sourceCodeUrl: oploverzCodeUrl,
|
||||||
version: oploverzVersion,
|
version: oploverzVersion,
|
||||||
appMinVerReq: "0.0.7",
|
|
||||||
isManga: false);
|
isManga: false);
|
||||||
|
|||||||
@@ -12,6 +12,4 @@ Source _otakudesu = Source(
|
|||||||
typeSource: "single",
|
typeSource: "single",
|
||||||
iconUrl: getIconUrl("otakudesu", "id"),
|
iconUrl: getIconUrl("otakudesu", "id"),
|
||||||
sourceCodeUrl: otakudesuCodeUrl,
|
sourceCodeUrl: otakudesuCodeUrl,
|
||||||
version: otakudesuVersion,
|
|
||||||
appMinVerReq: "0.0.8",
|
|
||||||
isManga: false);
|
isManga: false);
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -47,7 +47,7 @@ class Source {
|
|||||||
this.version = "",
|
this.version = "",
|
||||||
this.isManga = true,
|
this.isManga = true,
|
||||||
this.isFullData = false,
|
this.isFullData = false,
|
||||||
this.appMinVerReq = "0.0.6"});
|
this.appMinVerReq = "0.1.1"});
|
||||||
|
|
||||||
Map<String, dynamic> toJson() {
|
Map<String, dynamic> toJson() {
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user