mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-24 17:45:50 +01:00
bump version, update changelog
This commit is contained in:
parent
c71eba9483
commit
3b3185d46f
@ -1,5 +1,8 @@
|
||||
### Changelog
|
||||
|
||||
#### Version 0.26.1
|
||||
* Fix crashes and connection problems on Android 6 and lower
|
||||
|
||||
#### Version 0.26.0
|
||||
* Amazfit Bip: Initial support for GPS tracks
|
||||
* Pebble: Wind speed/direction support and bugfixes for weather when using background javascript
|
||||
|
@ -25,8 +25,8 @@ android {
|
||||
targetSdkVersion 27
|
||||
|
||||
// Note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.26.0"
|
||||
versionCode 126
|
||||
versionName "0.26.1"
|
||||
versionCode 127
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,5 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.26.1" versioncode="127">
|
||||
<change> Fix crashes on connection problems on Android 6 and lower</change>
|
||||
</release>
|
||||
<release version="0.26.0" versioncode="126">
|
||||
<change>Amazfit Bip: Initial support for GPS tracks</change>
|
||||
<change>Pebble: Wind speed/direction support and bugfixes for weather when using background javascript</change>
|
||||
|
1
fastlane/metadata/android/en-US/changelogs/127.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/127.txt
Normal file
@ -0,0 +1 @@
|
||||
* Fix crashes and connection problems on Android 6 and lower
|
Loading…
Reference in New Issue
Block a user