File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
buildSrc/src/main/kotlin/com/example/util/simpletimetracker
metadata/en-US/changelogs Expand file tree Collapse file tree 2 files changed +10
-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 = 103
9- const val versionName = " 1.49 "
8+ const val versionCode = 105
9+ const val versionName = " 1.50 "
1010 const val minSDK = 21
1111 const val currentSDK = 35
1212
Original file line number Diff line number Diff line change 1+ - Improve duration dialog
2+ - Add ability to assign a number value with a tag
3+ - Add multiselect to record actions
4+ - Hide archived items in statistics filters
5+ - Add external event for goal completed
6+ - Add am/pm to calendar view
7+ - Add some translations
8+ - General bug fixes and improvements
You can’t perform that action at this time.
0 commit comments