bump version, add changelog

This commit is contained in:
Andreas Shimokawa 2019-10-15 20:46:39 +02:00
parent 408bcda087
commit 2c718ecd01
4 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,8 @@
### Changelog
#### Version 0.37.1
* Amazfit Bip Lite: Support flashing firmware and watchfaces
#### Version 0.37.0
* Initial Makibes HR3 support
* Amazfit Bip Lite: Initial working support, firmware update is disabled for now (we do not have any firmware for testing)

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 27
// Note: always bump BOTH versionCode and versionName!
versionName "0.37.0"
versionCode 158
versionName "0.37.1"
versionCode 159
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.37.1" versioncode="159">
<change>Amazfit Bip Lite: Support flashing firmware and watchfaces</change>
</release>
<release version="0.37.0" versioncode="158">
<change>Initial Makibes HR3 support</change>
<change>Amazfit Bip Lite: Initial working support, firmware update is disabled for now (we do not have any firmware for testing)</change>

View File

@ -0,0 +1 @@
* Amazfit Bip Lite: Support flashing firmware and watchfaces