This commit is contained in:
kodjomoustapha
2023-12-20 18:39:03 +01:00
parent e4b69c7ec9
commit 808529284c
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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.5", this.appMinVerReq = "0.1.45",
this.additionalParams = ""}); this.additionalParams = ""});
Map<String, dynamic> toJson() { Map<String, dynamic> toJson() {
@@ -75,4 +75,4 @@ class Source {
} }
} }
const branchName = "main"; const branchName = "main";