mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
bump version, add changelog
This commit is contained in:
parent
2843fa242f
commit
8e2e9e2d9c
@ -1,5 +1,9 @@
|
||||
### Changelog
|
||||
|
||||
#### Version 0.31.1
|
||||
* Pebble: fix crash when no canned replies have been set
|
||||
* Display measured hr value in debug screen
|
||||
|
||||
#### Version 0.31.0
|
||||
* Pebble: Send all wearable notification actions (not only reply)
|
||||
* Pebble: Always allow reply action even if untested features are turned off
|
||||
|
@ -25,8 +25,8 @@ android {
|
||||
targetSdkVersion 27
|
||||
|
||||
// Note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.31.0"
|
||||
versionCode 139
|
||||
versionName "0.31.1"
|
||||
versionCode 140
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,5 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.31.1" versioncode="140">
|
||||
<change>Pebble: fix crash when no canned replies have been set</change>
|
||||
<change>Display measured hr value in debug screen</change>
|
||||
</release>
|
||||
<release version="0.31.0" versioncode="139">
|
||||
<change>Pebble: Send all wearable notification actions (not only reply)</change>
|
||||
<change>Pebble: Always allow reply action even if untested features are turned off</change>
|
||||
|
2
fastlane/metadata/android/en-US/changelogs/140.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/140.txt
Normal file
@ -0,0 +1,2 @@
|
||||
* Pebble: fix crash when no canned replies have been set
|
||||
* Display measured hr value in debug screen
|
Loading…
Reference in New Issue
Block a user