1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-09-26 16:26:52 +02:00

bump version

This commit is contained in:
Andreas Shimokawa 2021-02-11 23:24:39 +01:00
parent 4c726170c6
commit c20ec171aa
4 changed files with 10 additions and 4 deletions

View File

@ -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

View File

@ -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 {

View File

@ -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>

View File

@ -0,0 +1,2 @@
* Amazfit GTS2e: Really fix broken support
* Amazfit Bip S Lite: Fix broken support (probably)