Skip to content

Commit f780813

Browse files
committed
release 1.55
1 parent 0f046b6 commit f780813

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

  • buildSrc/src/main/kotlin/com/example/util/simpletimetracker
  • metadata/en-US/changelogs

buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Base.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 = 129
9-
const val versionName = "1.54"
8+
const val versionCode = 131
9+
const val versionName = "1.55"
1010
const val minSDK = 21
1111
const val currentSDK = 35
1212

metadata/en-US/changelogs/131.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
5+
- Add option to stop only previous for disallow multitasking rule
6+
- General bug fixes and improvements

0 commit comments

Comments
 (0)