mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-03 15:32:54 +01:00
bump version, update changelog
This commit is contained in:
parent
25d0d262bf
commit
d5fcac6114
@ -1,5 +1,9 @@
|
||||
### 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
|
||||
* Try to exclude non-free stuff from shortcuts library (#2918)
|
||||
* SuperCars: fix periodicDataSender, add tricks
|
||||
|
@ -55,8 +55,8 @@ android {
|
||||
targetSdkVersion 29
|
||||
|
||||
// Note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.71.1"
|
||||
versionCode 217
|
||||
versionName "0.71.2"
|
||||
versionCode 218
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
|
||||
buildConfigField "boolean", "INTERNET_ACCESS", "false"
|
||||
|
@ -1,5 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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">
|
||||
<change>Try to exclude non-free stuff from shortcuts library (#2918)</change>
|
||||
<change>SuperCars: fix periodicDataSender, add tricks</change>
|
||||
|
@ -0,0 +1,2 @@
|
||||
* Zepp OS: Display HR zones and Training Effect in Activity Details
|
||||
* Remove shortcut feature due to non-free dependencies (#2918)
|
Loading…
Reference in New Issue
Block a user