Update FreeOTP Plus to 2.9 (20)

This commit is contained in:
F-Droid checkupdates bot 2022-08-22 04:11:42 +00:00
parent b42071befd
commit ee4b510044

View file

@ -194,9 +194,22 @@ Builds:
scandelete:
- arts/ic_launcher.zip
- versionName: '2.9'
versionCode: 20
commit: 5b6199723e39cb967e51473e23f4e9f816f32b86
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.8'
CurrentVersionCode: 19
CurrentVersion: '2.9'
CurrentVersionCode: 20