add changelog, bump version

This commit is contained in:
Andreas Shimokawa 2018-04-25 22:24:55 +02:00
parent 4910b8a00b
commit db9d1426a2
4 changed files with 10 additions and 3 deletions

View File

@ -1,5 +1,8 @@
### Changelog ### Changelog
#### Version 0.26.2
* Amazfit Bip: Time and timezone fixes for Android <=6 when exporting GPX
#### Version 0.26.1 #### Version 0.26.1
* Fix crashes and connection problems on Android 6 and lower * Fix crashes and connection problems on Android 6 and lower

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.1" versionName "0.26.2"
versionCode 127 versionCode 128
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }
buildTypes { buildTypes {

View File

@ -1,7 +1,10 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <changelog>
<release version="0.26.2" versioncode="128">
<change>Amazfit Bip: Time and timezone fixes for Android <=6 when exporting GPX</change>
</release>
<release version="0.26.1" versioncode="127"> <release version="0.26.1" versioncode="127">
<change> Fix crashes and connection problems on Android 6 and lower</change> <change>Fix crashes and connection problems on Android 6 and lower</change>
</release> </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>

View File

@ -0,0 +1 @@
* Amazfit Bip: Time and timezone fixes for Android <=6 when exporting GPX