Update FreeOTP Plus to 2.6 (17)

This commit is contained in:
F-Droid checkupdates bot 2021-10-16 03:55:56 +00:00
parent d96f817e3b
commit c929776cc9

View file

@ -155,9 +155,22 @@ Builds:
scandelete:
- arts/ic_launcher.zip
- versionName: '2.6'
versionCode: 17
commit: f375dfd7d7ce2c3fa14852150b4916f3e9b59b4c
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.5'
CurrentVersionCode: 16
CurrentVersion: '2.6'
CurrentVersionCode: 17