mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
bump version
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
+2
-2
@@ -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>
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
* Amazfit GTS2e: Really fix broken support
|
||||
* Amazfit Bip S Lite: Fix broken support (probably)
|
||||
Reference in New Issue
Block a user