We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfeba57 commit fb85a44Copy full SHA for fb85a44
2 files changed
NEWS.adoc
@@ -1,6 +1,6 @@
1
= Version descriptions
2
3
-== master
+== 6.0
4
5
- Main view: the sleep list now has a scrollbar
6
- Sleep view: now shows the ID and has a back button
app/build.gradle
@@ -10,8 +10,8 @@ android {
10
applicationId "hu.vmiklos.plees_tracker"
11
minSdkVersion 22
12
targetSdkVersion 29
13
- versionCode 5
14
- versionName "5.0"
+ versionCode 6
+ versionName "6.0"
15
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
16
javaCompileOptions {
17
annotationProcessorOptions {
0 commit comments