bump version, add changelog

master
Andreas Shimokawa 2017-08-22 00:33:55 +02:00
parent b9eedce13b
commit fd952aa5ae
4 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,8 @@
### Changelog
#### Version 0.20.1
* Amazfit Bip: Support icons and text body for notifications
#### Version 0.20.0
* Inital Amazfit Bip support (WIP)
* Various theming fixes

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 25
// note: always bump BOTH versionCode and versionName!
versionName "0.20.0"
versionCode 98
versionName "0.20.1"
versionCode 99
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.20.1" versioncode="99">
<change>Amazfit Bip: Support icons and text body for notifications</change>
</release>
<release version="0.20.0" versioncode="98">
<change>Inital Amazfit Bip support (WIP)</change>
<change>Various theming fixes</change>

View File

@ -0,0 +1 @@
* Amazfit Bip: Support icons and text body for notifications