File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
buildSrc/src/main/kotlin/com/example/util/simpletimetracker
metadata/en-US/changelogs Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ object Base {
55 const val namespace = " com.example.util.simpletimetracker"
66
77 // Raise by 2 to account for wear version code.
8- const val versionCode = 69
9- const val versionName = " 1.45 "
8+ const val versionCode = 71
9+ const val versionName = " 1.46 "
1010 const val minSDK = 21
1111 const val currentSDK = 34
1212
Original file line number Diff line number Diff line change 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
5+ - General bug fixes and improvements
You can’t perform that action at this time.
0 commit comments