bump version, update CHANGELOG, not yet ready for release

here
Andreas Shimokawa 2016-12-25 23:19:37 +01:00
parent 3441192d19
commit 4925dec9f6
3 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,10 @@
###Changelog
####Version 0.16.0
* New device: ZeBand
* ZeBand: Initial experimental support
* Pebble 2: Fix Pebble Classic FW 3.x app variant being priorized over native Pebble 2 app variant
####Version 0.15.2
* Mi Band: Fix crash with unknown notification sources

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 23
// note: always bump BOTH versionCode and versionName!
versionName "0.15.2"
versionCode 79
versionName "0.16.0"
versionCode 80
}
buildTypes {
release {

View File

@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.16.0" versioncode="80">
<change>New device: ZeBand</change>
<change>ZeBand: Initial experimental support</change>
<change>Pebble 2: Fix Pebble Classic FW 3.x app variant being priorized over native Pebble 2 app variant</change>
</release>
<release version="0.15.2" versioncode="79">
<change>Mi Band: Fix crash with unknown notification sources</change>
</release>