We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f046b6 commit f780813Copy full SHA for f780813
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 = 129
9
- const val versionName = "1.54"
+ const val versionCode = 131
+ const val versionName = "1.55"
10
const val minSDK = 21
11
const val currentSDK = 35
12
metadata/en-US/changelogs/131.txt
@@ -0,0 +1,6 @@
1
+- Add goals to tags
2
+- Add customization of options menu on tabs
3
+- Add widget for grid of activities
4
+- Add option and intent to trigger automatic backup and export
+- Add option to stop only previous for disallow multitasking rule
+- General bug fixes and improvements
0 commit comments