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 bc37036 commit 20672ebCopy full SHA for 20672eb
buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Base.kt
@@ -5,8 +5,8 @@ object Base {
5
const val namespace = "com.example.util.simpletimetracker"
6
7
// Raise by 2 to account for wear version code.
8
- const val versionCode = 69
9
- const val versionName = "1.45"
+ const val versionCode = 71
+ const val versionName = "1.46"
10
const val minSDK = 21
11
const val currentSDK = 34
12
metadata/en-US/changelogs/71.txt
@@ -0,0 +1,5 @@
1
+- Add notes to activities, tags and categories
2
+- Add ability to set duration on change record screen
3
+- Add more detailed statistics for the day range
4
+- Add ability to set default duration for activity
+- General bug fixes and improvements
0 commit comments