Skip to content

Commit

Permalink
release 1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
Razeeman committed Jul 29, 2023
1 parent be452ad commit 3622653
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 = 29
const val versionName = "1.28"
const val versionCode = 30
const val versionName = "1.29"
const val minSDK = 21
const val currentSDK = 33
}
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/30.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Add goals for record count
- Add setting to show goals on a separate tab
- General bug fixes and improvements

0 comments on commit 3622653

Please sign in to comment.