mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-24 01:25:50 +01:00
bump version, add changelog
This commit is contained in:
parent
408bcda087
commit
2c718ecd01
@ -1,5 +1,8 @@
|
||||
### Changelog
|
||||
|
||||
#### Version 0.37.1
|
||||
* Amazfit Bip Lite: Support flashing firmware and watchfaces
|
||||
|
||||
#### Version 0.37.0
|
||||
* Initial Makibes HR3 support
|
||||
* 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
|
||||
|
||||
// Note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.37.0"
|
||||
versionCode 158
|
||||
versionName "0.37.1"
|
||||
versionCode 159
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,5 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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">
|
||||
<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>
|
||||
|
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