Skip to content

Commit 228b973

Browse files
committed
release 1.57
1 parent 5c1461d commit 228b973

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 = 137
9-
const val versionName = "1.56"
8+
const val versionCode = 139
9+
const val versionName = "1.57"
1010
const val minSDK = 21
1111
const val currentSDK = 35
1212

metadata/en-US/changelogs/139.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- Add shortcuts screen to Additional settings
2+
- Add ability to create shortcuts for settings
3+
- Add categories and tags relations view
4+
- Add action to duplicate running timer
5+
- Add some translations
6+
- General bug fixes and improvements

0 commit comments

Comments
 (0)