Skip to content

Commit

Permalink
release 1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
Razeeman committed Dec 17, 2023
1 parent ddcbd4b commit 91f6375
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package com.example.util.simpletimetracker

object Base {
const val versionCode = 32
const val versionName = "1.31"
const val versionCode = 33
const val versionName = "1.32"
const val minSDK = 21
const val currentSDK = 33
}
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/33.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Add goals for categories
- Add goals visible on activity cards
- General bug fixes and improvements

0 comments on commit 91f6375

Please sign in to comment.