Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ca8ef95

Browse files
committedSep 3, 2023
release 1.31
1 parent 1b566bb commit ca8ef95

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
 
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package com.example.util.simpletimetracker
22

33
object Base {
4-
const val versionCode = 31
5-
const val versionName = "1.30"
4+
const val versionCode = 32
5+
const val versionName = "1.31"
66
const val minSDK = 21
77
const val currentSDK = 33
88
}

‎metadata/en-US/changelogs/32.txt

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

0 commit comments

Comments
 (0)
Please sign in to comment.