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 e4237f2 commit df3a13aCopy full SHA for df3a13a
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 = 33
5
- const val versionName = "1.32"
+ const val versionCode = 34
+ const val versionName = "1.33"
6
const val minSDK = 21
7
const val currentSDK = 33
8
}
metadata/en-US/changelogs/34.txt
@@ -0,0 +1,2 @@
+- Fix category goals not working properly
+- General bug fixes and improvements
0 commit comments