bump version, add changelog
This commit is contained in:
parent
b9eedce13b
commit
fd952aa5ae
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
* Amazfit Bip: Support icons and text body for notifications
|
Loading…
Reference in New Issue