1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-24 08:10:52 +02:00

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 ### 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 #### Version 0.27.1
* Pebble: Change appstore search to point to RomanPort's pebble appstore * Pebble: Change appstore search to point to RomanPort's pebble appstore
* Mi Band 3: Allow flashing fonts (untested) * Mi Band 3: Allow flashing fonts (untested)

View File

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