mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 09:01:55 +01:00
bump version update CHANGELOG
This commit is contained in:
parent
26a751977e
commit
cf45c665a5
@ -1,5 +1,10 @@
|
||||
###Changelog
|
||||
|
||||
####Version 0.17.1
|
||||
* Pebble: Fix installation of some watchapps
|
||||
* Pebble: Try to improve PebbleKit compatibility
|
||||
* HPlus: Fix bug setting current date
|
||||
|
||||
####Version 0.17.0
|
||||
* Add weather support through "Weather Notification" app
|
||||
* Various fixes for K9 mail when using the generic notification receiver
|
||||
|
@ -26,8 +26,8 @@ android {
|
||||
targetSdkVersion 23
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.17.0"
|
||||
versionCode 81
|
||||
versionName "0.17.1"
|
||||
versionCode 82
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
@ -1,5 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.17.1" versioncode="82">
|
||||
<change>Pebble: Fix installation of some watchapps</change>
|
||||
<change>Pebble: Try to improve PebbleKit compatibility</change>
|
||||
<change>HPlus: Fix bug setting current date</change>
|
||||
</release>
|
||||
<release version="0.17.0" versioncode="81">
|
||||
<change>Add weather support through "Weather Notification" app</change>
|
||||
<change>Various fixes for K9 mail when using the generic notification receiver</change>
|
||||
|
Loading…
Reference in New Issue
Block a user