bump version, add draft changelog

This commit is contained in:
Andreas Shimokawa 2020-11-21 22:25:45 +01:00
parent 58ef50470e
commit 99d1a0f0b9
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
### Changelog
#### 0.50.0 (WIP)
* Initial support for Casio GBX-100
* Mi/Amazfit Band 5: Support watchface installation
#### 0.49.0
* Initial support for Amazfit Bip S Lite
* Initial support for Amazfit GTR/GTS 2

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 29
// Note: always bump BOTH versionCode and versionName!
versionName "0.49.0"
versionCode 183
versionName "0.50.0"
versionCode 184
vectorDrawables.useSupportLibrary = true
}
buildTypes {