Update FreeOTP Plus to 2.8 (19)

This commit is contained in:
F-Droid checkupdates bot 2022-05-03 03:55:19 +00:00
parent 677714d370
commit 9b10766544

View file

@ -181,9 +181,22 @@ Builds:
scandelete:
- arts/ic_launcher.zip
- versionName: '2.8'
versionCode: 19
commit: 0c065e76480e5afb4fe3912b0b4563e86a202ae6
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
scandelete:
- arts/ic_launcher.zip
AutoUpdateMode: Version RELEASE-%v
UpdateCheckMode: Tags RELEASE-[0-9.]+$
UpdateCheckData: buildSrc/src/main/kotlin/AppConfigs.kt|VERSION_CODE = (\d+)|.|VERSION_NAME
= "([\d.]+)"
CurrentVersion: '2.7'
CurrentVersionCode: 18
CurrentVersion: '2.8'
CurrentVersionCode: 19