Skip to content

Commit

Permalink
release 1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
Razeeman committed Jul 9, 2023
1 parent 26c56f3 commit 72fa0ef
Show file tree
Hide file tree
Showing 2 changed files with 7 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 = 28
const val versionName = "1.27"
const val versionCode = 29
const val versionName = "1.28"
const val minSDK = 21
const val currentSDK = 33
}
5 changes: 5 additions & 0 deletions metadata/en-US/changelogs/29.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Add streaks calendar to detailed statistics
- Add system dark mode setting
- Add language setting
- Add some translations
- General bug fixes and improvements

0 comments on commit 72fa0ef

Please sign in to comment.