diff --git a/metadata/com.marv42.ebt.newnote.yml b/metadata/com.marv42.ebt.newnote.yml index 2c21972a01..f064dfc006 100644 --- a/metadata/com.marv42.ebt.newnote.yml +++ b/metadata/com.marv42.ebt.newnote.yml @@ -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