mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-19 00:19:25 +01:00
bump version, add changelog
This commit is contained in:
parent
feff249b24
commit
bb17a0731f
@ -1,5 +1,8 @@
|
||||
### Changelog
|
||||
|
||||
#### 0.75.1
|
||||
* Fix Weather Notification integration
|
||||
|
||||
#### 0.75.0
|
||||
* Bangle.js: Add message size limitation to Calendar and Messages
|
||||
* Bangle.js: Add switch to control if the GPS chip should be used to locate the location
|
||||
|
@ -55,8 +55,8 @@ android {
|
||||
targetSdkVersion 29
|
||||
|
||||
// Note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.75.0"
|
||||
versionCode 223
|
||||
versionName "0.75.1"
|
||||
versionCode 224
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
|
||||
buildConfigField "boolean", "INTERNET_ACCESS", "false"
|
||||
|
@ -1,5 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.75.1" versioncode="224">
|
||||
<change>Fix Weather Notification integration</change>
|
||||
</release>
|
||||
<release version="0.75.0" versioncode="223">
|
||||
<change>Bangle.js: Add message size limitation to Calendar and Messages</change>
|
||||
<change>Bangle.js: Add switch to control if the GPS chip should be used to locate the location</change>
|
||||
|
@ -0,0 +1 @@
|
||||
* Fix Weather Notification integration
|
Loading…
Reference in New Issue
Block a user