1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-12-25 01:55:50 +01:00

bump version, update changelog

This commit is contained in:
Andreas Shimokawa 2018-04-16 20:13:21 +02:00
parent c71eba9483
commit 3b3185d46f
4 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,8 @@
### Changelog ### Changelog
#### Version 0.26.1
* Fix crashes and connection problems on Android 6 and lower
#### Version 0.26.0 #### Version 0.26.0
* Amazfit Bip: Initial support for GPS tracks * Amazfit Bip: Initial support for GPS tracks
* Pebble: Wind speed/direction support and bugfixes for weather when using background javascript * Pebble: Wind speed/direction support and bugfixes for weather when using background javascript

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 27 targetSdkVersion 27
// Note: always bump BOTH versionCode and versionName! // Note: always bump BOTH versionCode and versionName!
versionName "0.26.0" versionName "0.26.1"
versionCode 126 versionCode 127
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }
buildTypes { buildTypes {

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <changelog>
<release version="0.26.1" versioncode="127">
<change> Fix crashes on connection problems on Android 6 and lower</change>
</release>
<release version="0.26.0" versioncode="126"> <release version="0.26.0" versioncode="126">
<change>Amazfit Bip: Initial support for GPS tracks</change> <change>Amazfit Bip: Initial support for GPS tracks</change>
<change>Pebble: Wind speed/direction support and bugfixes for weather when using background javascript</change> <change>Pebble: Wind speed/direction support and bugfixes for weather when using background javascript</change>

View File

@ -0,0 +1 @@
* Fix crashes and connection problems on Android 6 and lower