Updating OneTimePass to v1.2.3

This commit is contained in:
Kevin C. Krinke 2021-09-21 00:45:06 +00:00 committed by Izzy
parent 3ba408e81b
commit af390f6809

View file

@ -8,21 +8,9 @@ Changelog: https://github.com/OneTimePass/OneTimePass/releases
AutoName: OneTimePass
Description: |-
OneTimePass is a clean and robust two-factor TOTP application and supports the
following features:
* Supports opening otpauth:// URLs
* Scan QR codes to create new accounts easily
* View QR codes to export existing accounts
* Searchable, sortable listing of accounts
* Manual entry account creation
* Import/Export for backup and restore purposes
* Relies upon AES-256 for on-device encryption
* Supports Android 5.0 (and up)
OneTimePass is the reincarnation of the now-retired OneTimePad app. If you used
OneTimePad, you should really migrate to this [or any other TOTP based]
application.
Do not install this application. This application is no longer maintained and
anyone using it is advised to migrate away from it. Please see the github
README for ways to migrate away from OneTimePass.
RepoType: git
Repo: https://github.com/OneTimePass/OneTimePass
@ -35,11 +23,22 @@ Builds:
gradle:
- yes
- versionName: 1.2.3
versionCode: 1002003
commit: v1.2.3
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk
- update-alternatives --auto java
gradle:
- yes
MaintainerNotes: |-
This repo is tag-based for its releases on the "production" branch.
Everything else should be pretty straight forward and simple.
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.2.2
CurrentVersionCode: 1002002
CurrentVersion: 1.2.3
CurrentVersionCode: 1002003