We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8d51d commit 106b6e4Copy full SHA for 106b6e4
buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Base.kt
@@ -1,8 +1,8 @@
1
package com.example.util.simpletimetracker
2
3
object Base {
4
- const val versionCode = 26
5
- const val versionName = "1.25"
+ const val versionCode = 27
+ const val versionName = "1.26"
6
const val minSDK = 21
7
const val currentSDK = 32
8
// TODO after raising sdk to 33 check alarmManager scheduling.
metadata/en-US/changelogs/27.txt
@@ -0,0 +1,3 @@
+- Add a setting to show several days in records calendar view
+- Add day of week, time of day and duration filters to detailed statistics
+- General bug fixes and improvements
0 commit comments