This commit is contained in:
kodjomoustapha 2023-11-28 17:56:26 +01:00
parent 828baf39e4
commit 2007c3eb0c
7 changed files with 3 additions and 8 deletions

View file

@ -13,5 +13,4 @@ Source _aniwave = Source(
iconUrl: getIconUrl("aniwave", "en"),
sourceCodeUrl: aniwaveCodeUrl,
version: aniwaveVersion,
appMinVerReq: "0.0.8",
isManga: false);

View file

@ -13,5 +13,4 @@ Source _nimegami = Source(
iconUrl: getIconUrl("nimegami", "id"),
sourceCodeUrl: nimegamiCodeUrl,
version: nimegamiVersion,
appMinVerReq: "0.0.8",
isManga: false);

View file

@ -13,5 +13,4 @@ Source _oploverz = Source(
iconUrl: getIconUrl("oploverz", "id"),
sourceCodeUrl: oploverzCodeUrl,
version: oploverzVersion,
appMinVerReq: "0.0.7",
isManga: false);

View file

@ -12,6 +12,4 @@ Source _otakudesu = Source(
typeSource: "single",
iconUrl: getIconUrl("otakudesu", "id"),
sourceCodeUrl: otakudesuCodeUrl,
version: otakudesuVersion,
appMinVerReq: "0.0.8",
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

@ -47,7 +47,7 @@ class Source {
this.version = "",
this.isManga = true,
this.isFullData = false,
this.appMinVerReq = "0.0.6"});
this.appMinVerReq = "0.1.1"});
Map<String, dynamic> toJson() {
return {