Skip to content

Commit

Permalink
release 1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
Razeeman committed Aug 20, 2023
1 parent 7c1732c commit a71f1bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package com.example.util.simpletimetracker

object Base {
const val versionCode = 30
const val versionName = "1.29"
const val versionCode = 31
const val versionName = "1.30"
const val minSDK = 21
const val currentSDK = 33
}
2 changes: 2 additions & 0 deletions metadata/en-US/changelogs/31.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Add button to repeat previous activity
- General bug fixes and improvements

0 comments on commit a71f1bf

Please sign in to comment.