1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-09 06:38:01 +02:00

bump version, add changelog

This commit is contained in:
Andreas Shimokawa 2019-07-25 22:29:09 +02:00
parent 31db568832
commit 1414ef1623
4 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,8 @@
### Changelog
#### Version 0.35.1
* Mi Band 4: Support flashing watchfaces, res and firmware (.ft untested)
#### Version 0.35.0
* Mi Band 4: Initial support (WARNING: INITIAL SETUP NEEDS MI FIT WITH ACCOUNT AND ROOT, NOT A RECOMMENDED DEVICE FOR GADGETBRIDGE)

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 27
// Note: always bump BOTH versionCode and versionName!
versionName "0.35.0"
versionCode 152
versionName "0.35.1"
versionCode 153
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.35.1" versioncode="153">
<change>Mi Band 4: Support flashing watchfaces, res and firmware (fonts untested)</change>
</release>
<release version="0.35.0" versioncode="152">
<change>Mi Band 4: Initial support (WARNING: INITIAL SETUP NEEDS MI FIT WITH ACCOUNT AND ROOT, NOT A RECOMMENDED DEVICE FOR GADGETBRIDGE)</change>
</release>

View File

@ -0,0 +1 @@
* Mi Band 4: Support flashing watchfaces, res and firmware (.ft untested)