mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-24 01:25:50 +01:00
add changelogs, bump version
This commit is contained in:
parent
ea4a4edc5b
commit
8c100c280d
@ -1,5 +1,8 @@
|
||||
### Changelog
|
||||
|
||||
#### Version 0.24.4
|
||||
* Amazfit Bip: Fix language setting on new firmwares
|
||||
|
||||
#### Version 0.24.3
|
||||
* Charts: Try to fix another crash
|
||||
* Pebble: Fix weather for some watchfaces when using background JS
|
||||
|
@ -26,8 +26,8 @@ android {
|
||||
targetSdkVersion 25
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.24.3"
|
||||
versionCode 120
|
||||
versionName "0.24.4"
|
||||
versionCode 121
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,5 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.24.4" versioncode="121">
|
||||
<change>Amazfit Bip: Fix language setting on new firmwares</change>
|
||||
</release>
|
||||
<release version="0.24.3" versioncode="120">
|
||||
<change>Charts: Try to fix another crash</change>
|
||||
<change>Pebble: Fix weather for some watchfaces when using background JS</change>
|
||||
|
1
fastlane/metadata/android/en-US/changelogs/121.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/121.txt
Normal file
@ -0,0 +1 @@
|
||||
* Amazfit Bip: Fix language setting on new firmwares
|
Loading…
Reference in New Issue
Block a user