We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f4b44 commit 393fcb4Copy full SHA for 393fcb4
buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Base.kt
@@ -1,8 +1,8 @@
1
package com.example.util.simpletimetracker
2
3
object Base {
4
- const val versionCode = 35
5
- const val versionName = "1.34"
+ const val versionCode = 36
+ const val versionName = "1.35"
6
const val minSDK = 21
7
const val currentSDK = 33
8
}
metadata/en-US/changelogs/36.txt
@@ -0,0 +1,3 @@
+- Add day of week to records calendar
+- Add some translations
+- General bug fixes and improvements
0 commit comments