diff --git a/apps/android/ChangeLog b/apps/android/ChangeLog index 86dbdb649..1e0c14a5e 100644 --- a/apps/android/ChangeLog +++ b/apps/android/ChangeLog @@ -18,3 +18,4 @@ 0.18: Use new message library If connected to Gadgetbridge, allow GPS forwarding from phone (Gadgetbridge code still not merged) 0.19: Add automatic translation for a couple of strings. +0.20: Fix wrong event used for forwarded GPS data from Gadgetbridge and add mapper to map longitude value correctly. diff --git a/apps/android/metadata.json b/apps/android/metadata.json index d5a45edb7..883a821a4 100644 --- a/apps/android/metadata.json +++ b/apps/android/metadata.json @@ -2,7 +2,7 @@ "id": "android", "name": "Android Integration", "shortName": "Android", - "version": "0.19", + "version": "0.20", "description": "Display notifications/music/etc sent from the Gadgetbridge app on Android. This replaces the old 'Gadgetbridge' Bangle.js widget.", "icon": "app.png", "tags": "tool,system,messages,notifications,gadgetbridge",