Skip to content

Commit 77e76ef

Browse files
committed
release 1.43
1 parent ca855a1 commit 77e76ef

File tree

2 files changed

+7
-2
lines changed
  • buildSrc/src/main/kotlin/com/example/util/simpletimetracker
  • metadata/en-US/changelogs

2 files changed

+7
-2
lines changed

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 = 47
9-
const val versionName = "1.42"
8+
const val versionCode = 55
9+
const val versionName = "1.43"
1010
const val minSDK = 21
1111
const val currentSDK = 34
1212

metadata/en-US/changelogs/55.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- Add setting to enable pomodoro mode
2+
- Add access to quick actions by long clicking on a record
3+
- Add more detailed statistics
4+
- Add some translations
5+
- General bug fixes and improvements

0 commit comments

Comments
 (0)