This commit is contained in:
kodjomoustapha
2023-10-18 13:27:56 +01:00
parent 4ccc6aae96
commit 4ff94a23a9
2 changed files with 3 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ List<Source> _nepnepSourcesList = [
dateFormat: defaultDateFormat,
dateFormatLocale: defaultDateFormatLocale,
version: nepnepVersion,
appMinVerReq: "0.0.5",
sourceCodeUrl: nepnepSourceCodeUrl,
),
Source(
@@ -29,6 +30,7 @@ List<Source> _nepnepSourcesList = [
dateFormat: defaultDateFormat,
dateFormatLocale: defaultDateFormatLocale,
version: nepnepVersion,
appMinVerReq: "0.0.5",
sourceCodeUrl: nepnepSourceCodeUrl,
),
];