mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-25 08:05:55 +01:00
bump version, update CHANGELOG.md
This commit is contained in:
parent
6f7de96461
commit
8b9406996c
@ -1,5 +1,9 @@
|
|||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 0.5.1
|
||||||
|
* Pebble: support taking screenshot from Pebble Time
|
||||||
|
* Fix broken "find lost device" which was broken in 0.5.0
|
||||||
|
|
||||||
####Version 0.5.0
|
####Version 0.5.0
|
||||||
* Mi Band: fix setting wear location
|
* Mi Band: fix setting wear location
|
||||||
* Pebble: experimental watchapp installation support for FW 3.x/Pebble Time
|
* Pebble: experimental watchapp installation support for FW 3.x/Pebble Time
|
||||||
|
@ -12,8 +12,8 @@ android {
|
|||||||
applicationId "nodomain.freeyourgadget.gadgetbridge"
|
applicationId "nodomain.freeyourgadget.gadgetbridge"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 21
|
targetSdkVersion 21
|
||||||
versionCode 21
|
versionCode 22
|
||||||
versionName "0.5.0"
|
versionName "0.5.1"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
Loading…
Reference in New Issue
Block a user