1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-08 22:28:20 +02:00

bump version, update changelog

This commit is contained in:
Andreas Shimokawa 2022-10-06 10:29:36 +02:00
parent 25d0d262bf
commit d5fcac6114
4 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,9 @@
### Changelog ### Changelog
### 0.71.2
* Zepp OS: Display HR zones and Training Effect in Activity Details
* Remove shortcut feature due to non-free dependencies (#2918)
### 0.71.1 ### 0.71.1
* Try to exclude non-free stuff from shortcuts library (#2918) * Try to exclude non-free stuff from shortcuts library (#2918)
* SuperCars: fix periodicDataSender, add tricks * SuperCars: fix periodicDataSender, add tricks

View File

@ -55,8 +55,8 @@ android {
targetSdkVersion 29 targetSdkVersion 29
// Note: always bump BOTH versionCode and versionName! // Note: always bump BOTH versionCode and versionName!
versionName "0.71.1" versionName "0.71.2"
versionCode 217 versionCode 218
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\"" buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
buildConfigField "boolean", "INTERNET_ACCESS", "false" buildConfigField "boolean", "INTERNET_ACCESS", "false"

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <changelog>
<release version="0.71.2" versioncode="218">
<change>Zepp OS: Display HR zones and Training Effect in Activity Details</change>
<change>Remove shortcut feature due to non-free dependencies (#2918)</change>
</release>
<release version="0.71.1" versioncode="217"> <release version="0.71.1" versioncode="217">
<change>Try to exclude non-free stuff from shortcuts library (#2918)</change> <change>Try to exclude non-free stuff from shortcuts library (#2918)</change>
<change>SuperCars: fix periodicDataSender, add tricks</change> <change>SuperCars: fix periodicDataSender, add tricks</change>

View File

@ -0,0 +1,2 @@
* Zepp OS: Display HR zones and Training Effect in Activity Details
* Remove shortcut feature due to non-free dependencies (#2918)