Skip to content

Commit

Permalink
plees-tracker 24.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vmiklos committed Feb 1, 2024
1 parent 6abb713 commit 2c43e57
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "hu.vmiklos.plees_tracker"
minSdkVersion 23
targetSdkVersion 34
versionCode 51
versionName "7.6.5"
versionCode 52
versionName "24.2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
- Fix no action on pressing the back button on the action bar
- Added Themed / Monochrome Launcher icon support for devices that support it (Sébastien Delord)
- sleep activity: handle the 'compact view' setting
2 changes: 1 addition & 1 deletion guide/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

The latest version is v7.6.5, released on 2024-01-01.
The latest version is v24.2.0, released on 2024-02-01.

## Description

Expand Down
2 changes: 1 addition & 1 deletion guide/src/news.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## master
## 24.2.0

- sleep activity: handle the 'compact view' setting

Expand Down

0 comments on commit 2c43e57

Please sign in to comment.