Skip to content

Commit

Permalink
release 1.35
Browse files Browse the repository at this point in the history
  • Loading branch information
Razeeman committed Jan 20, 2024
1 parent d0f4b44 commit 393fcb4
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 = 35
const val versionName = "1.34"
const val versionCode = 36
const val versionName = "1.35"
const val minSDK = 21
const val currentSDK = 33
}
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/36.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Add day of week to records calendar
- Add some translations
- General bug fixes and improvements

0 comments on commit 393fcb4

Please sign in to comment.