mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 12:26:48 +01:00
update changelog and version
This commit is contained in:
parent
857a9bf229
commit
7d516a9c96
@ -1,5 +1,11 @@
|
||||
### Changelog
|
||||
|
||||
### 0.71.1
|
||||
* Try to exclude non-free stuff from shortcuts library (#2918)
|
||||
* SuperCars: fix periodicDataSender, add tricks
|
||||
* Zepp OS: Fix crash when user attempts to disable Settings display item
|
||||
* Fix crash when opening Gadgetbridge from the notification
|
||||
|
||||
### 0.71.0
|
||||
* Remove KitKat support, Gadgetbridge now requires Android 5.0
|
||||
* Initial support for Amazfit GTR 3
|
||||
|
@ -55,8 +55,8 @@ android {
|
||||
targetSdkVersion 29
|
||||
|
||||
// Note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.71.0"
|
||||
versionCode 216
|
||||
versionName "0.71.1"
|
||||
versionCode 217
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
|
||||
buildConfigField "boolean", "INTERNET_ACCESS", "false"
|
||||
|
@ -1,5 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.71.1" versioncode="217">
|
||||
<change>Try to exclude non-free stuff from shortcuts library (#2918)</change>
|
||||
<change>SuperCars: fix periodicDataSender, add tricks</change>
|
||||
<change>Zepp OS: Fix crash when user attempts to disable Settings display item</change>
|
||||
<change>Fix crash when opening Gadgetbridge from the notification</change>
|
||||
</release>
|
||||
<release version="0.71.0" versioncode="216">
|
||||
<change>Remove KitKat support, Gadgetbridge now requires Android 5.0</change>
|
||||
<change>Initial support for Amazfit GTR 3</change>
|
||||
|
@ -0,0 +1,4 @@
|
||||
* Try to exclude non-free stuff from shortcuts library (#2918)
|
||||
* SuperCars: fix periodicDataSender, add tricks
|
||||
* Zepp OS: Fix crash when user attempts to disable Settings display item
|
||||
* Fix crash when opening Gadgetbridge from the notification
|
Loading…
Reference in New Issue
Block a user