Skip to content

Commit

Permalink
release 1.48
Browse files Browse the repository at this point in the history
  • Loading branch information
Razeeman committed Feb 2, 2025
1 parent 6bb7519 commit 991b26d
Show file tree
Hide file tree
Showing 2 changed files with 8 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 = 89
const val versionName = "1.47"
const val versionCode = 93
const val versionName = "1.48"
const val minSDK = 21
const val currentSDK = 34

Expand Down
6 changes: 6 additions & 0 deletions metadata/en-US/changelogs/93.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Add activity suggestions available from Additional settings
- Add negative goals
- Add more detailed statistics
- Add more quick actions to edit records
- Add more intents for automated tracking
- General bug fixes and improvements

0 comments on commit 991b26d

Please sign in to comment.