Update
This commit is contained in:
parent
016190c730
commit
c24fc91317
3 changed files with 4 additions and 4 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -49,7 +49,7 @@ class Source {
|
|||
this.version = "",
|
||||
this.isManga = true,
|
||||
this.isFullData = false,
|
||||
this.appMinVerReq = "0.1.5",
|
||||
this.appMinVerReq = "0.1.45",
|
||||
this.additionalParams = ""});
|
||||
|
||||
Map<String, dynamic> toJson() {
|
||||
|
|
@ -75,4 +75,4 @@ class Source {
|
|||
}
|
||||
}
|
||||
|
||||
const branchName = "main";
|
||||
const branchName = "main";
|
||||
|
|
|
|||
Loading…
Reference in a new issue