This commit is contained in:
Moustapha Kodjo Amadou
2025-02-12 09:54:41 +01:00
parent d2d552a5d1
commit edde22b5c1
6 changed files with 34 additions and 39 deletions

View File

@@ -15,6 +15,5 @@ List<Source> _zorothemeSourcesList = [
]
.map((e) => e
..sourceCodeUrl = _zorothemeSourceCodeUrl
..appMinVerReq = "0.4.0"
..version = _zorothemeVersion)
.toList();