mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-04 01:09:47 +01:00
bump version, update changelogs
This commit is contained in:
parent
7a40683e6e
commit
c86c7c59f4
@ -1,5 +1,12 @@
|
||||
### Changelog
|
||||
|
||||
#### 0.76.1
|
||||
* Amazfit GTR Mini: Mark as not experimental
|
||||
* Bangle.js: Improve file downloads
|
||||
* Bangle.js: Fix app interfaces
|
||||
* Allow text to be shared to devices
|
||||
* Fix connection to some Amazfit devices
|
||||
|
||||
#### 0.76.0
|
||||
* Upgrade UI to Material 3 and add dynamic colors theme
|
||||
* Initial support for Amazfit Bip 3 Pro
|
||||
|
@ -77,8 +77,8 @@ android {
|
||||
targetSdkVersion 31
|
||||
|
||||
// Note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.76.0"
|
||||
versionCode 225
|
||||
versionName "0.76.1"
|
||||
versionCode 226
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
|
||||
buildConfigField "boolean", "INTERNET_ACCESS", "false"
|
||||
|
@ -1,5 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.76.1" versioncode="226">
|
||||
<change>Amazfit GTR Mini: Mark as not experimental</change>
|
||||
<change>Bangle.js: Improve file downloads</change>
|
||||
<change>Bangle.js: Fix app interfaces</change>
|
||||
<change>Allow text to be shared to devices</change>
|
||||
<change>Fix connection to some Amazfit devices </change>
|
||||
</release>
|
||||
<release version="0.76.0" versioncode="225">
|
||||
<change>Upgrade UI to Material 3 and add dynamic colors theme</change>
|
||||
<change>Initial support for Amazfit Bip 3 Pro</change>
|
||||
|
@ -0,0 +1,5 @@
|
||||
* Amazfit GTR Mini: Mark as not experimental
|
||||
* Bangle.js: Improve file downloads
|
||||
* Bangle.js: Fix app interfaces
|
||||
* Allow text to be shared to devices
|
||||
* Fix connection to some Amazfit devices
|
Loading…
Reference in New Issue
Block a user