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 9701cd8 commit 5b0d773Copy full SHA for 5b0d773
buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Base.kt
@@ -4,8 +4,8 @@ object Base {
4
const val applicationId = "com.razeeman.util.simpletimetracker"
5
const val namespace = "com.example.util.simpletimetracker"
6
7
- const val versionCode = 37
8
- const val versionName = "1.36"
+ const val versionCode = 38
+ const val versionName = "1.37"
9
const val minSDK = 21
10
const val currentSDK = 34
11
}
metadata/en-US/changelogs/38.txt
@@ -0,0 +1,2 @@
1
+- Add icon and emoji search
2
+- General bug fixes and improvements
0 commit comments