mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-25 01:55:50 +01:00
bump version, add changelog
This commit is contained in:
parent
408bcda087
commit
2c718ecd01
@ -1,5 +1,8 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
#### Version 0.37.1
|
||||||
|
* Amazfit Bip Lite: Support flashing firmware and watchfaces
|
||||||
|
|
||||||
#### Version 0.37.0
|
#### Version 0.37.0
|
||||||
* Initial Makibes HR3 support
|
* Initial Makibes HR3 support
|
||||||
* Amazfit Bip Lite: Initial working support, firmware update is disabled for now (we do not have any firmware for testing)
|
* Amazfit Bip Lite: Initial working support, firmware update is disabled for now (we do not have any firmware for testing)
|
||||||
|
@ -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.37.0"
|
versionName "0.37.1"
|
||||||
versionCode 158
|
versionCode 159
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.37.1" versioncode="159">
|
||||||
|
<change>Amazfit Bip Lite: Support flashing firmware and watchfaces</change>
|
||||||
|
</release>
|
||||||
<release version="0.37.0" versioncode="158">
|
<release version="0.37.0" versioncode="158">
|
||||||
<change>Initial Makibes HR3 support</change>
|
<change>Initial Makibes HR3 support</change>
|
||||||
<change>Amazfit Bip Lite: Initial working support, firmware update is disabled for now (we do not have any firmware for testing)</change>
|
<change>Amazfit Bip Lite: Initial working support, firmware update is disabled for now (we do not have any firmware for testing)</change>
|
||||||
|
1
fastlane/metadata/android/en-US/changelogs/159.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/159.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
* Amazfit Bip Lite: Support flashing firmware and watchfaces
|
Loading…
Reference in New Issue
Block a user