Skip to content

Commit a720292

Browse files
committed
plees-tracker 24.8.2
1 parent f69171e commit a720292

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId "hu.vmiklos.plees_tracker"
1515
minSdkVersion 24
1616
targetSdkVersion 34
17-
versionCode 59
18-
versionName "24.8.1"
17+
versionCode 60
18+
versionName "24.8.2"
1919
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2020
javaCompileOptions {
2121
annotationProcessorOptions {
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
- Resolves: gh#506 dark mode: reduce contrast of colors
1+
- Resolves: gh#515 export to file: add a pretty mode to produce human-readable output

guide/src/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
plees-tracker is a simple sleep tracker for your Android phone.
44

5-
The latest version is v24.8.1, released on 2024-11-10.
5+
The latest version is v24.8.2, released on 2025-01-01.
66

77
## Description
88

guide/src/news.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## master
3+
## 24.8.2
44

55
- Resolves: gh#515 export to file: add a pretty mode to produce human-readable output
66

0 commit comments

Comments
 (0)