Update EBT New Note to v0.80.0

This commit is contained in:
Marvin 2025-03-04 19:02:49 +01:00 committed by linsui
parent b7a8890fc5
commit 724b12fa58

View file

@ -174,11 +174,23 @@ Builds:
gradle:
- withoutKey
- versionName: 0.80.0
versionCode: 8000
commit: 9d9047e8157b5ce2060e358d61f34e88aa7c9679
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.79.0
CurrentVersionCode: 7900
CurrentVersion: 0.80.0
CurrentVersionCode: 8000