Skip to content

Commit

Permalink
plees-tracker 7.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vmiklos committed Dec 1, 2023
1 parent b13713d commit d731665
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 49
versionName "7.6.3"
versionCode 50
versionName "7.6.4"
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 @@
- Resolves: gh#407 fix NetworkOnMainThreadException while importing data from a file, backed by
cloud storage
- Target Android 14
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.3, released on 2023-11-01.
The latest version is v7.6.4, released on 2023-12-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
## 7.6.4

- Target Android 14

Expand Down

0 comments on commit d731665

Please sign in to comment.