Skip to content

Commit 7b9ef4d

Browse files
committed
plees-tracker 7.6.5
1 parent bfe597b commit 7b9ef4d

4 files changed

Lines changed: 6 additions & 5 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 50
18-
versionName "7.6.4"
17+
versionCode 51
18+
versionName "7.6.5"
1919
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2020
javaCompileOptions {
2121
annotationProcessorOptions {
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
- Target Android 14
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)

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.4, released on 2023-12-01.
5+
The latest version is v7.6.5, released on 2024-01-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+
## 7.6.5
44

55
- Fix no action on pressing the back button on the action bar
66
- Added Themed / Monochrome Launcher icon support for devices that support it (Sébastien Delord)

0 commit comments

Comments
 (0)