mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
bump version
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user