From dd5aaedd1447647f4bc995bbe51e5a669d7101c1 Mon Sep 17 00:00:00 2001 From: lucky <> Date: Mon, 17 Jan 2022 17:17:29 +0300 Subject: [PATCH] bump version --- SECURITY.md | 4 ++-- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/20.txt | 8 ++++++++ 3 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/20.txt diff --git a/SECURITY.md b/SECURITY.md index d8e03f2..4fdca5b 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,8 +4,8 @@ | Version | Supported | | ------- | ------------------ | -| 1.2.x | :white_check_mark: | -| < 1.2 | :x: | +| 1.3.x | :white_check_mark: | +| < 1.3 | :x: | ## Reporting a Vulnerability diff --git a/app/build.gradle b/app/build.gradle index a06e488..dc3750c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "me.lucky.wasted" minSdk 23 targetSdk 31 - versionCode 19 - versionName "1.2.7" + versionCode 20 + versionName "1.3.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/changelogs/20.txt b/fastlane/metadata/android/en-US/changelogs/20.txt new file mode 100644 index 0000000..684ca2a --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/20.txt @@ -0,0 +1,8 @@ +change theme to material3 +add internal panic launcher by long click on toggle (toggle has to be at ON state) +add options to enable/disable external panic launchers by single click on code +auto hide options that require screen lock feature if not supported by device +reschedule wipe job on change inactivity days +under the hood improvements + +BACKWARD COMPATIBILITY: You have to re-enable required panic launchers.