mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 12:26:48 +01:00
bump version, update changelog
This commit is contained in:
parent
743ae50b92
commit
05fa8e846b
@ -1,5 +1,10 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
#### Version 0.32.3
|
||||||
|
* Fix a crash in charts due to a broken German translation
|
||||||
|
* Fix a crash when transliterating emoji
|
||||||
|
* Amazfit Bip/Cor: Support disconnect notification (must be configured in Bip settings for Cor also for now)
|
||||||
|
|
||||||
#### Version 0.32.2
|
#### Version 0.32.2
|
||||||
* Fix setting alarms under some circumstances
|
* Fix setting alarms under some circumstances
|
||||||
* Support calls notifications for some VoIP apps
|
* Support calls notifications for some VoIP apps
|
||||||
|
@ -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.32.2"
|
versionName "0.32.3"
|
||||||
versionCode 145
|
versionCode 146
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.32.3" versioncode="146">
|
||||||
|
<change>Fix a crash in charts due to a broken German translation</change>
|
||||||
|
<change>Fix a crash when transliterating emoji</change>
|
||||||
|
<change>Amazfit Bip/Cor: Support disconnect notification (must be configured in Bip settings for Cor also for now)</change>
|
||||||
|
</release>
|
||||||
<release version="0.32.2" versioncode="145">
|
<release version="0.32.2" versioncode="145">
|
||||||
<change>Fix setting alarms under some circumstances</change>
|
<change>Fix setting alarms under some circumstances</change>
|
||||||
<change>Support calls notifications for some VoIP apps</change>
|
<change>Support calls notifications for some VoIP apps</change>
|
||||||
|
Loading…
Reference in New Issue
Block a user