mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
19 lines
271 B
Dart
19 lines
271 B
Dart
const contents = [
|
|
// v1
|
|
null,
|
|
// v2
|
|
null,
|
|
// v3
|
|
null,
|
|
// v4
|
|
null,
|
|
// v5
|
|
null,
|
|
// v6
|
|
null,
|
|
// v7
|
|
"""1.7.0
|
|
Added HEIC support
|
|
Fixed a bug that corrupted the albums. Please re-add the photos after upgrading. Sorry for your inconvenience
|
|
""",
|
|
];
|