mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
bump version, update changelog
This commit is contained in:
parent
743ae50b92
commit
05fa8e846b
@ -1,5 +1,10 @@
|
||||
### 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
|
||||
* Fix setting alarms under some circumstances
|
||||
* Support calls notifications for some VoIP apps
|
||||
|
@ -25,8 +25,8 @@ android {
|
||||
targetSdkVersion 27
|
||||
|
||||
// Note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.32.2"
|
||||
versionCode 145
|
||||
versionName "0.32.3"
|
||||
versionCode 146
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,5 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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">
|
||||
<change>Fix setting alarms under some circumstances</change>
|
||||
<change>Support calls notifications for some VoIP apps</change>
|
||||
|
Loading…
Reference in New Issue
Block a user