diff --git a/app/build.gradle b/app/build.gradle index 4445852..efebe59 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 -> diff --git a/metadata/en-US/changelogs/6.txt b/metadata/en-US/changelogs/6.txt new file mode 100644 index 0000000..eb8c8b3 --- /dev/null +++ b/metadata/en-US/changelogs/6.txt @@ -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 \ No newline at end of file