Skip to content

Commit

Permalink
release 1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
Razeeman committed Sep 3, 2023
1 parent 1b566bb commit ca8ef95
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 = 31
const val versionName = "1.30"
const val versionCode = 32
const val versionName = "1.31"
const val minSDK = 21
const val currentSDK = 33
}
2 changes: 2 additions & 0 deletions metadata/en-US/changelogs/32.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Add some translations
- General bug fixes and improvements

0 comments on commit ca8ef95

Please sign in to comment.