mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-02-18 21:36:47 +01:00
Bump version, start changelog
This commit is contained in:
parent
1030a118a4
commit
93117993e1
@ -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)
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user