Skip to content

Commit

Permalink
release 1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
Razeeman committed Dec 22, 2023
1 parent e4237f2 commit df3a13a
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 = 33
const val versionName = "1.32"
const val versionCode = 34
const val versionName = "1.33"
const val minSDK = 21
const val currentSDK = 33
}
2 changes: 2 additions & 0 deletions metadata/en-US/changelogs/34.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fix category goals not working properly
- General bug fixes and improvements

0 comments on commit df3a13a

Please sign in to comment.