Skip to content

Commit

Permalink
release 1.45
Browse files Browse the repository at this point in the history
  • Loading branch information
Razeeman committed Aug 11, 2024
1 parent aaed392 commit 76800f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ object Base {
const val namespace = "com.example.util.simpletimetracker"

// Raise by 2 to account for wear version code.
const val versionCode = 63
const val versionName = "1.44"
const val versionCode = 65
const val versionName = "1.45"
const val minSDK = 21
const val currentSDK = 34

Expand Down
4 changes: 4 additions & 0 deletions metadata/en-US/changelogs/65.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Improve app performance and memory usage
- Add setting to switch between list and calendar from the records tab
- Add complex rules available from Additional settings
- General bug fixes and improvements

0 comments on commit 76800f8

Please sign in to comment.