mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 12:26:48 +01:00
bump version, update changelogs
This commit is contained in:
parent
381323011e
commit
6520b46238
@ -1,6 +1,8 @@
|
||||
###Changelog
|
||||
|
||||
####Version next
|
||||
####Version 0.14.1
|
||||
* Mi Band 2: Initial experimental support for activity data
|
||||
* Pebble 2: Work around firmware installation issues (tested with upgrading 4.2 to 4.3)
|
||||
* Pebble: Further improve compatibility for watchface configuration
|
||||
|
||||
####Version 0.14.0
|
||||
|
@ -26,8 +26,8 @@ android {
|
||||
targetSdkVersion 23
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.14.0"
|
||||
versionCode 72
|
||||
versionName "0.14.1"
|
||||
versionCode 73
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
@ -1,6 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="next">
|
||||
<release version="0.14.1" versioncode="73">
|
||||
<change>Mi Band 2: Initial experimental support for activity data</change>
|
||||
<change>Pebble 2: Work around firmware installation issues (tested with upgrading 4.2 to 4.3)</change>
|
||||
<change>Pebble: Further improve compatibility for watchface configuration</change>
|
||||
</release>
|
||||
<release version="0.14.0" versioncode="72">
|
||||
|
Loading…
Reference in New Issue
Block a user