mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
bump version
This commit is contained in:
parent
4c726170c6
commit
c20ec171aa
@ -1,7 +1,7 @@
|
||||
### Changelog
|
||||
|
||||
#### NEXT
|
||||
* Amazfit GTS2e: Really fix broken support (probably)
|
||||
#### 0.54.1
|
||||
* Amazfit GTS2e: Really fix broken support
|
||||
* Amazfit Bip S Lite: Fix broken support (probably)
|
||||
|
||||
#### 0.54.0
|
||||
|
@ -25,8 +25,8 @@ android {
|
||||
targetSdkVersion 29
|
||||
|
||||
// Note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.54.0"
|
||||
versionCode 188
|
||||
versionName "0.54.1"
|
||||
versionCode 189
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,5 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.54.1" versioncode="189">
|
||||
<change>Amazfit GTS2e: Really fix broken support</change>
|
||||
<change>Amazfit Bip S Lite: Fix broken support (probably)</change>
|
||||
</release>
|
||||
<release version="0.54.0" versioncode="188">
|
||||
<change>Initial support for Amazfit X</change>
|
||||
<change>Fix missing menu items for GTS 2 Mini (some improvements also for other GTR2/GTS2 models)</change>
|
||||
|
2
fastlane/metadata/android/en-US/changelogs/189.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/189.txt
Normal file
@ -0,0 +1,2 @@
|
||||
* Amazfit GTS2e: Really fix broken support
|
||||
* Amazfit Bip S Lite: Fix broken support (probably)
|
Loading…
Reference in New Issue
Block a user