mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 12:26:48 +01:00
bump version
This commit is contained in:
parent
56c7b6b1cb
commit
3dea675987
@ -1,5 +1,8 @@
|
|||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 0.12.2
|
||||||
|
* Fix for user attribute database table getting spammed and store sleep and steps goals properly
|
||||||
|
|
||||||
####Version 0.12.1 (release withdrawn)
|
####Version 0.12.1 (release withdrawn)
|
||||||
* Pebble: Fix activity data being associated with the wrong device and/or user in some cases causing them to invisible in charts
|
* Pebble: Fix activity data being associated with the wrong device and/or user in some cases causing them to invisible in charts
|
||||||
* Remove special handling for Conversations notfications since upstream dropped special pebble support
|
* Remove special handling for Conversations notfications since upstream dropped special pebble support
|
||||||
|
@ -26,8 +26,8 @@ android {
|
|||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
|
|
||||||
// note: always bump BOTH versionCode and versionName!
|
// note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.12.1"
|
versionName "0.12.2"
|
||||||
versionCode 60
|
versionCode 61
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
Loading…
Reference in New Issue
Block a user