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