mirror of https://github.com/espruino/BangleApps
android - Bump version
parent
3f5fb1527b
commit
2afa3b6daa
|
@ -23,4 +23,6 @@
|
|||
0.22: Handle connection events for GPS forwarding from phone
|
||||
0.23: Handle 'act' Gadgetbridge messages for realtime activity monitoring
|
||||
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
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"id": "android",
|
||||
"name": "Android Integration",
|
||||
"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.",
|
||||
"icon": "app.png",
|
||||
"tags": "tool,system,messages,notifications,gadgetbridge",
|
||||
|
|
Loading…
Reference in New Issue