File tree 2 files changed +10
-2
lines changed
buildSrc/src/main/kotlin/com/example/util/simpletimetracker
metadata/en-US/changelogs
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ object Base {
5
5
const val namespace = " com.example.util.simpletimetracker"
6
6
7
7
// Raise by 2 to account for wear version code.
8
- const val versionCode = 45
9
- const val versionName = " 1.41 "
8
+ const val versionCode = 47
9
+ const val versionName = " 1.42 "
10
10
const val minSDK = 21
11
11
const val currentSDK = 34
12
12
Original file line number Diff line number Diff line change
1
+ - Change ui on edit screens
2
+ - Change tags creation and edit
3
+ - Add favourite icons
4
+ - Add sorting options for categories and tags
5
+ - Add ability to select tags assigned by default
6
+ - Add option to disable multiple activity filters selection
7
+ - Improve Change action in record edit
8
+ - General bug fixes and improvements
You can’t perform that action at this time.
0 commit comments