mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 12:26:48 +01:00
Bump version, start changelog
This commit is contained in:
parent
1030a118a4
commit
93117993e1
@ -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)
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user