mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
bump version, not yet release time!
This commit is contained in:
parent
4a243ff361
commit
1012236989
@ -1,5 +1,8 @@
|
||||
###Changelog
|
||||
|
||||
####Version 0.14.0 (next)
|
||||
* Pebble 2: Initial unstable pre-alpha support for P2/PT2 using BLE (won't be usable without weird workarounds for pairing)
|
||||
|
||||
####Version 0.13.9
|
||||
* Pebble: use the last known location for setting sunrise and sunset
|
||||
* Pebble: fix Health disappering forever when deactivating through app manager (and get it back for affected users)
|
||||
|
@ -26,8 +26,8 @@ android {
|
||||
targetSdkVersion 23
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.13.9"
|
||||
versionCode 71
|
||||
versionName "0.14.0"
|
||||
versionCode 72
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
Loading…
Reference in New Issue
Block a user