Skip to content

Commit

Permalink
release 1.34
Browse files Browse the repository at this point in the history
  • Loading branch information
Razeeman committed Jan 8, 2024
1 parent 160209b commit 5f7ae15
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
@@ -1,8 +1,8 @@
package com.example.util.simpletimetracker

object Base {
const val versionCode = 34
const val versionName = "1.33"
const val versionCode = 35
const val versionName = "1.34"
const val minSDK = 21
const val currentSDK = 33
}
4 changes: 4 additions & 0 deletions metadata/en-US/changelogs/35.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Add day of week selection for daily goals
- Add widget background transparency setting
- Improve app performance
- General bug fixes and improvements

0 comments on commit 5f7ae15

Please sign in to comment.