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 160209b commit 5f7ae15Copy full SHA for 5f7ae15
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 = 34
5
- const val versionName = "1.33"
+ const val versionCode = 35
+ const val versionName = "1.34"
6
const val minSDK = 21
7
const val currentSDK = 33
8
}
metadata/en-US/changelogs/35.txt
@@ -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 commit comments