mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-25 08:05:55 +01:00
bump version, update CHANGELOG.md (not yet released)
This commit is contained in:
parent
59d6553c54
commit
3db88574fa
@ -1,5 +1,8 @@
|
|||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 0.7.4 (next)
|
||||||
|
* Pebble: Fix regression with broken active reconnect since 0.7.0
|
||||||
|
|
||||||
####Version 0.7.3
|
####Version 0.7.3
|
||||||
* Pebble: Report connection state to PebbleKit companion apps via content provider. NOTE: Makes Gadgetbridge mutual exclusive with the original Pebble app.
|
* Pebble: Report connection state to PebbleKit companion apps via content provider. NOTE: Makes Gadgetbridge mutual exclusive with the original Pebble app.
|
||||||
* Ignore generic notification when from SMSSecure when SMS Notifications are on
|
* Ignore generic notification when from SMSSecure when SMS Notifications are on
|
||||||
|
@ -14,8 +14,8 @@ android {
|
|||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
|
|
||||||
// note: always bump BOTH versionCode and versionName!
|
// note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.7.3"
|
versionName "0.7.4"
|
||||||
versionCode 39
|
versionCode 40
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
Loading…
Reference in New Issue
Block a user