Update EBT New Note to 0.82.0 (8200)

This commit is contained in:
Marvin 2025-05-28 09:34:36 +02:00 committed by Licaon_Kter
parent 35afddab0b
commit 85497933bd

View file

@ -198,11 +198,23 @@ Builds:
gradle:
- withoutKey
- versionName: 0.82.0
versionCode: 8200
commit: 96b0c95b9278eaa84475470f5eacb14ff37ff57b
subdir: app
sudo:
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -y -t trixie openjdk-21-jdk-headless
- update-alternatives --auto java
gradle:
- withoutKey
MaintainerNotes: ACRA is configured with the email sender only and hence strictly
opt-in
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v[\d.]+$
UpdateCheckData: app/build.gradle|versionCode (\d+)|.|versionName "([\d.]+)"
CurrentVersion: 0.81.0
CurrentVersionCode: 8100
CurrentVersion: 0.82.0
CurrentVersionCode: 8200