mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
bump version, add changelog
This commit is contained in:
parent
31db568832
commit
1414ef1623
@ -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)
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -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>
|
||||
|
1
fastlane/metadata/android/en-US/changelogs/153.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/153.txt
Normal file
@ -0,0 +1 @@
|
||||
* Mi Band 4: Support flashing watchfaces, res and firmware (.ft untested)
|
Loading…
Reference in New Issue
Block a user