bump version

This commit is contained in:
lucky 2022-01-17 17:17:29 +03:00
parent 18e1a363d3
commit dd5aaedd14
3 changed files with 12 additions and 4 deletions

View File

@ -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

View File

@ -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"
}

View File

@ -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.