mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-23 18:36:50 +01:00
update changelogs
This commit is contained in:
parent
948ad7c3a8
commit
75a0415f5d
@ -1,5 +1,9 @@
|
||||
### Changelog
|
||||
|
||||
#### 0.45.1
|
||||
* Amazfit GTR/GTS: Fix connection issue with latest firmwares (probably other Huami devices also affected)
|
||||
* Add experimental support for TinyWeatherForecastGermany
|
||||
|
||||
#### 0.45.0
|
||||
* Initial support for Amazfit T-Rex
|
||||
* Amazfit Bip S: Support installation of latest .res
|
||||
|
@ -25,8 +25,8 @@ android {
|
||||
targetSdkVersion 28
|
||||
|
||||
// Note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.45.0"
|
||||
versionCode 176
|
||||
versionName "0.45.1"
|
||||
versionCode 177
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,5 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.45.1" versioncode="177">
|
||||
<change>Amazfit GTR/GTS: Fix connection issue with latest firmwares (probably other Huami devices also affected)</change>
|
||||
<change>Add experimental support for TinyWeatherForecastGermany</change>
|
||||
</release>
|
||||
<release version="0.45.0" versioncode="176">
|
||||
<change>Initial support for Amazfit T-Rex</change>
|
||||
<change>Amazfit Bip S: Support installation of latest .res</change>
|
||||
|
2
fastlane/metadata/android/en-US/changelogs/177.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/177.txt
Normal file
@ -0,0 +1,2 @@
|
||||
* Amazfit GTR/GTS: Fix connection issue with latest firmwares (probably other Huami devices also affected)
|
||||
* Add experimental support for TinyWeatherForecastGermany
|
Loading…
Reference in New Issue
Block a user