We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bdbdda commit 9b6078dCopy full SHA for 9b6078d
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 = 103
9
- const val versionName = "1.49"
+ const val versionCode = 105
+ const val versionName = "1.50"
10
const val minSDK = 21
11
const val currentSDK = 35
12
metadata/en-US/changelogs/105.txt
@@ -0,0 +1,8 @@
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
+- Add external event for goal completed
+- Add am/pm to calendar view
+- Add some translations
+- General bug fixes and improvements
0 commit comments