Bump version, start changelog

This commit is contained in:
Andreas Shimokawa 2018-07-15 03:04:43 +02:00
parent 1030a118a4
commit 93117993e1
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
### Changelog
#### Version 0.28.0 (WIP)
* Inital support for ZeTime
* Amazfit Bip/Cor: Rework firmware detection to cope with new version scheme
* Mi Band 3: support setting language (english and spanish tested)
#### Version 0.27.1
* Pebble: Change appstore search to point to RomanPort's pebble appstore
* Mi Band 3: Allow flashing fonts (untested)

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 27
// Note: always bump BOTH versionCode and versionName!
versionName "0.27.1"
versionCode 133
versionName "0.28.0"
versionCode 134
vectorDrawables.useSupportLibrary = true
}
buildTypes {