mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
bump version, update CHANGELOG.md (not yet released)
This commit is contained in:
parent
59d6553c54
commit
3db88574fa
@ -1,5 +1,8 @@
|
||||
###Changelog
|
||||
|
||||
####Version 0.7.4 (next)
|
||||
* Pebble: Fix regression with broken active reconnect since 0.7.0
|
||||
|
||||
####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.
|
||||
* Ignore generic notification when from SMSSecure when SMS Notifications are on
|
||||
|
@ -14,8 +14,8 @@ android {
|
||||
targetSdkVersion 23
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.7.3"
|
||||
versionCode 39
|
||||
versionName "0.7.4"
|
||||
versionCode 40
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
Loading…
Reference in New Issue
Block a user