Skip to content

Commit 2c43e57

Browse files
committed
plees-tracker 24.2.0
1 parent 6abb713 commit 2c43e57

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId "hu.vmiklos.plees_tracker"
1515
minSdkVersion 23
1616
targetSdkVersion 34
17-
versionCode 51
18-
versionName "7.6.5"
17+
versionCode 52
18+
versionName "24.2.0"
1919
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2020
javaCompileOptions {
2121
annotationProcessorOptions {
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
- Fix no action on pressing the back button on the action bar
2-
- Added Themed / Monochrome Launcher icon support for devices that support it (Sébastien Delord)
1+
- sleep activity: handle the 'compact view' setting

guide/src/README.md

Lines changed: 1 addition & 1 deletion
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 v7.6.5, released on 2024-01-01.
5+
The latest version is v24.2.0, released on 2024-02-01.
66

77
## Description
88

guide/src/news.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## master
3+
## 24.2.0
44

55
- sleep activity: handle the 'compact view' setting
66

0 commit comments

Comments
 (0)