android - Bump version

pull/2534/head
Martin Boonk 2023-01-28 12:43:56 +01:00
parent 3f5fb1527b
commit 2afa3b6daa
2 changed files with 4 additions and 2 deletions

View File

@ -23,4 +23,6 @@
0.22: Handle connection events for GPS forwarding from phone 0.22: Handle connection events for GPS forwarding from phone
0.23: Handle 'act' Gadgetbridge messages for realtime activity monitoring 0.23: Handle 'act' Gadgetbridge messages for realtime activity monitoring
0.24: Handle new 'nav' event for navigation 0.24: Handle new 'nav' event for navigation
0.25: Added option to 'ignore' an app from the message 0.25: Added option to 'ignore' an app from the message
0.26: Change handling of GPS status to depend on GPS events instead of connection events

View File

@ -2,7 +2,7 @@
"id": "android", "id": "android",
"name": "Android Integration", "name": "Android Integration",
"shortName": "Android", "shortName": "Android",
"version": "0.25", "version": "0.26",
"description": "Display notifications/music/etc sent from the Gadgetbridge app on Android. This replaces the old 'Gadgetbridge' Bangle.js widget.", "description": "Display notifications/music/etc sent from the Gadgetbridge app on Android. This replaces the old 'Gadgetbridge' Bangle.js widget.",
"icon": "app.png", "icon": "app.png",
"tags": "tool,system,messages,notifications,gadgetbridge", "tags": "tool,system,messages,notifications,gadgetbridge",