Skip to content

Commit 5b0d773

Browse files
committed
release 1.37
1 parent 9701cd8 commit 5b0d773

File tree

2 files changed

+4
-2
lines changed
  • buildSrc/src/main/kotlin/com/example/util/simpletimetracker
  • metadata/en-US/changelogs

2 files changed

+4
-2
lines changed

buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Base.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ object Base {
44
const val applicationId = "com.razeeman.util.simpletimetracker"
55
const val namespace = "com.example.util.simpletimetracker"
66

7-
const val versionCode = 37
8-
const val versionName = "1.36"
7+
const val versionCode = 38
8+
const val versionName = "1.37"
99
const val minSDK = 21
1010
const val currentSDK = 34
1111
}

metadata/en-US/changelogs/38.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Add icon and emoji search
2+
- General bug fixes and improvements

0 commit comments

Comments
 (0)