Skip to content

Commit

Permalink
Version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb3rko committed Feb 27, 2023
1 parent e8f4f8a commit ada7037
Show file tree
Hide file tree
Showing 2 changed files with 11 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 @@ -13,8 +13,8 @@ android {
applicationId 'com.cyb3rko.pincredible'
minSdk 23
targetSdk 33
versionCode 5
versionName '0.4.0'
versionCode 6
versionName '0.4.1'
signingConfig signingConfigs.debug
}
applicationVariants.all { variant ->
Expand Down
9 changes: 9 additions & 0 deletions metadata/en-US/changelogs/6.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Fixes:
- ResourcesNotFoundException for background color when resetting input

Additions:
- optional digit button randomizer
- backup of single PIN

Enhancements:
- allow repeated digit refill with PIN user input

0 comments on commit ada7037

Please sign in to comment.