Update FreeOTP Plus to 2.7 (18)

This commit is contained in:
F-Droid checkupdates bot 2021-12-05 03:53:43 +00:00
parent 82b994cbc8
commit 589e12c888

View file

@ -168,9 +168,22 @@ Builds:
scandelete:
- arts/ic_launcher.zip
- versionName: '2.7'
versionCode: 18
commit: 4ee88701676cf60f78c65b42fedf93dd43edf152
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.6'
CurrentVersionCode: 17
CurrentVersion: '2.7'
CurrentVersionCode: 18