mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
bump version, update changelogs
This commit is contained in:
parent
381323011e
commit
6520b46238
@ -1,6 +1,8 @@
|
|||||||
###Changelog
|
###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
|
* Pebble: Further improve compatibility for watchface configuration
|
||||||
|
|
||||||
####Version 0.14.0
|
####Version 0.14.0
|
||||||
|
@ -26,8 +26,8 @@ android {
|
|||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
|
|
||||||
// note: always bump BOTH versionCode and versionName!
|
// note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.14.0"
|
versionName "0.14.1"
|
||||||
versionCode 72
|
versionCode 73
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<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>
|
<change>Pebble: Further improve compatibility for watchface configuration</change>
|
||||||
</release>
|
</release>
|
||||||
<release version="0.14.0" versioncode="72">
|
<release version="0.14.0" versioncode="72">
|
||||||
|
Loading…
Reference in New Issue
Block a user