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 7c1732c commit a71f1bfCopy full SHA for a71f1bf
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 = 30
5
- const val versionName = "1.29"
+ const val versionCode = 31
+ const val versionName = "1.30"
6
const val minSDK = 21
7
const val currentSDK = 33
8
}
metadata/en-US/changelogs/31.txt
@@ -0,0 +1,2 @@
+- Add button to repeat previous activity
+- General bug fixes and improvements
0 commit comments