1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-03 17:02:13 +01:00

update CHANGELOG, bump version

This commit is contained in:
Andreas Shimokawa 2015-07-05 00:27:48 +02:00
parent 33d785f67c
commit 0ca375b87b
2 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,8 @@
###Changelog ###Changelog
####Version (next) ####Version 0.4.3
* MiBand: Support for setting alarms * Mi Band: Support for setting alarms
* Mi Band: Bugfix for activity data synchronization
####Version 0.4.2 ####Version 0.4.2
* Material style for Lollipop * Material style for Lollipop

View File

@ -8,8 +8,8 @@ android {
applicationId "nodomain.freeyourgadget.gadgetbridge" applicationId "nodomain.freeyourgadget.gadgetbridge"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 21 targetSdkVersion 21
versionCode 16 versionCode 17
versionName "0.4.2" versionName "0.4.3"
} }
buildTypes { buildTypes {
release { release {