mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Bump version, add changelog
This commit is contained in:
+2
-2
@@ -25,8 +25,8 @@ android {
|
||||
targetSdkVersion 27
|
||||
|
||||
// Note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.26.3"
|
||||
versionCode 129
|
||||
versionName "0.26.4"
|
||||
versionCode 130
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.26.4" versioncode="130">
|
||||
<change>Fix a bug with Toasts appearing every time a notification arrives when bluetooth is disabled</change>
|
||||
<change>Pebble 2: Add optional GATT client only mode that might help with connection stability</change>
|
||||
<change>Amazfit Cor: Fix detection of newer firmwares</change>
|
||||
<change>Mi Band 2: Fix text notifcations not appearing with short vibration patterns</change>
|
||||
</release>
|
||||
<release version="0.26.3" versioncode="129">
|
||||
<change>Amazfit Bip: Add proper mime type to shared gpx files</change>
|
||||
<change>Amazfit Bip: allow to set displayed menu items</change>
|
||||
|
||||
Reference in New Issue
Block a user