mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
add changelog, bump version
This commit is contained in:
parent
4910b8a00b
commit
db9d1426a2
@ -1,5 +1,8 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
#### Version 0.26.2
|
||||||
|
* Amazfit Bip: Time and timezone fixes for Android <=6 when exporting GPX
|
||||||
|
|
||||||
#### Version 0.26.1
|
#### Version 0.26.1
|
||||||
* Fix crashes and connection problems on Android 6 and lower
|
* Fix crashes and connection problems on Android 6 and lower
|
||||||
|
|
||||||
|
@ -25,8 +25,8 @@ android {
|
|||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.26.1"
|
versionName "0.26.2"
|
||||||
versionCode 127
|
versionCode 128
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -1,7 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.26.2" versioncode="128">
|
||||||
|
<change>Amazfit Bip: Time and timezone fixes for Android <=6 when exporting GPX</change>
|
||||||
|
</release>
|
||||||
<release version="0.26.1" versioncode="127">
|
<release version="0.26.1" versioncode="127">
|
||||||
<change> Fix crashes and connection problems on Android 6 and lower</change>
|
<change>Fix crashes and connection problems on Android 6 and lower</change>
|
||||||
</release>
|
</release>
|
||||||
<release version="0.26.0" versioncode="126">
|
<release version="0.26.0" versioncode="126">
|
||||||
<change>Amazfit Bip: Initial support for GPS tracks</change>
|
<change>Amazfit Bip: Initial support for GPS tracks</change>
|
||||||
|
1
fastlane/metadata/android/en-US/changelogs/128.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/128.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
* Amazfit Bip: Time and timezone fixes for Android <=6 when exporting GPX
|
Loading…
Reference in New Issue
Block a user