We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b033366 commit 9c3cb80Copy full SHA for 9c3cb80
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 = 115
9
- const val versionName = "1.51"
+ const val versionCode = 117
+ const val versionName = "1.52"
10
const val minSDK = 21
11
const val currentSDK = 35
12
metadata/en-US/changelogs/117.txt
@@ -0,0 +1,7 @@
1
+- Redesign date selection
2
+- Redesign range selection
3
+- Add ability to search on main tab
4
+- Add tag values to Data edit
+- Add tag values to csv and ics export
+- Add different time date formats to csv export
+- General bug fixes and improvements
0 commit comments