We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb9774 commit 1442ecbCopy full SHA for 1442ecb
2 files changed
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 = 123
9
- const val versionName = "1.53"
+ const val versionCode = 125
+ const val versionName = "1.54"
10
const val minSDK = 21
11
const val currentSDK = 35
12
metadata/en-US/changelogs/125.txt
@@ -0,0 +1,5 @@
1
+- Add ability to save filters in detailed statistics
2
+- Add setting to start and stop timers by long click
3
+- Increased size of current day in date selection
4
+- Reshow sticky notification if swiped away
+- General bug fixes and improvements
0 commit comments