1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-22 06:41:06 +02:00

Fossil Hybrid HR: Allow installation of newer watch apps

This commit is contained in:
Arjan Schrijver 2022-06-03 15:48:48 +02:00
parent d9d906677c
commit 4d0bfb452b

View File

@ -83,7 +83,7 @@ public class FossilFileReader {
short handle = buf.getShort();
short version = buf.getShort();
if ((handle == 5630) && (version == 3)) {
if ((handle == 5630) && (version == 3 || version == 515 || version == 771)) {
// This is a watch app or watch face
isValid = true;
isApp = true;