mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
update CHANGELOG.md and bump version
This commit is contained in:
parent
bc108ba095
commit
0cf6e61ca6
@ -1,6 +1,8 @@
|
||||
###Changelog
|
||||
|
||||
####Version 0.6.7 (next)
|
||||
####Version 0.6.7
|
||||
* Pebble: Allow installation of 3.x apps on OG Pebble (FW will be released soon)
|
||||
* Fix crashes on startup when logging is enabled or when entering the app manager on some phones
|
||||
+ Fix Pebble being detected as MI when unpaired and autoconnect is enabled
|
||||
* Fix Crash when not having K9 Mail permissions (happens when installing K9 after Gadgetbridge) (#175)
|
||||
|
||||
|
@ -12,8 +12,8 @@ android {
|
||||
applicationId "nodomain.freeyourgadget.gadgetbridge"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 23
|
||||
versionCode 32
|
||||
versionName "0.6.6"
|
||||
versionCode 33
|
||||
versionName "0.6.7"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
Loading…
Reference in New Issue
Block a user