Skip to content

Commit 9936fa0

Browse files
committed
plees-tracker 7.6.3
Change-Id: Ib1069cf250a957831ff5ca98dfc5ea3a172766b6
1 parent 0a6c755 commit 9936fa0

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
@@ -12,8 +12,8 @@ android {
1212
applicationId "hu.vmiklos.plees_tracker"
1313
minSdkVersion 23
1414
targetSdkVersion 33
15-
versionCode 48
16-
versionName "7.6.2"
15+
versionCode 49
16+
versionName "7.6.3"
1717
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1818
javaCompileOptions {
1919
annotationProcessorOptions {
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
- Resolves: gh#388 add variance and standard deviation graphs (Lastaapps)
1+
- Resolves: gh#407 fix NetworkOnMainThreadException while importing data from a file, backed by
2+
cloud storage

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.2, released on 2023-10-02.
5+
The latest version is v7.6.3, released on 2023-11-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.3
44

55
- Resolves: gh#407 fix NetworkOnMainThreadException while importing data from a file, backed by
66
cloud storage

0 commit comments

Comments
 (0)