bump version, update CHANGELOG.md
This commit is contained in:
parent
9dd0a8bf2b
commit
9adae3b538
|
@ -1,7 +1,8 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
####Version (next)
|
####Version 0.8.1
|
||||||
* Pebble: install (and start) freshly-installed apps on the watch instead of showing a Toast that tells the user to do so. (only applies to firmware 3.x)
|
* Pebble: install (and start) freshly-installed apps on the watch instead of showing a Toast that tells the user to do so. (only applies to firmware 3.x)
|
||||||
|
* Pebble: fix crash while receiving Health data
|
||||||
* Mi Band 1S: support for synchronizing activity data (#205)
|
* Mi Band 1S: support for synchronizing activity data (#205)
|
||||||
* Mi Band 1S: support for reading the heart rate via the "Debug Screen" #178
|
* Mi Band 1S: support for reading the heart rate via the "Debug Screen" #178
|
||||||
|
|
||||||
|
|
|
@ -14,8 +14,8 @@ android {
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
|
|
||||||
// note: always bump BOTH versionCode and versionName!
|
// note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.8.0"
|
versionName "0.8.2"
|
||||||
versionCode 41
|
versionCode 42
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
|
Loading…
Reference in New Issue