Skip to content

Commit a71f1bf

Browse files
committed
release 1.30
1 parent 7c1732c commit a71f1bf

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 = 30
5-
const val versionName = "1.29"
4+
const val versionCode = 31
5+
const val versionName = "1.30"
66
const val minSDK = 21
77
const val currentSDK = 33
88
}

metadata/en-US/changelogs/31.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Add button to repeat previous activity
2+
- General bug fixes and improvements

0 commit comments

Comments
 (0)