Skip to content

Commit

Permalink
Release v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaajjo committed Feb 28, 2023
1 parent 1f24497 commit eb38ca9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "com.kaajjo.libresudoku"
minSdk 26
targetSdk 33
versionCode 4
versionName "1.4.0"
versionCode 5
versionName "1.4.1"

vectorDrawables {
useSupportLibrary true
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fixed crash when trying to edit 6x6 sudoku
- Fixed wrong difficulty when generating
- Fixed Wrong row/col of initial digits in saved game screen

0 comments on commit eb38ca9

Please sign in to comment.