From 4560a5aea131f848f1e454f4d2482966ee7f0798 Mon Sep 17 00:00:00 2001 From: Marvin Horter Date: Sun, 9 Oct 2022 16:05:37 +0000 Subject: [PATCH] Update EBT New Note to v0.66.0 (6600) --- metadata/com.marv42.ebt.newnote.yml | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/metadata/com.marv42.ebt.newnote.yml b/metadata/com.marv42.ebt.newnote.yml index e5f67a84e0..08e0b1be8f 100644 --- a/metadata/com.marv42.ebt.newnote.yml +++ b/metadata/com.marv42.ebt.newnote.yml @@ -106,9 +106,21 @@ Builds: gradle: - withoutKey -MaintainerNotes: version code is computed so AUM is disabled. + - versionName: 0.66.0 + versionCode: 6600 + commit: v0.66.0 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - withoutKey -AutoUpdateMode: None -UpdateCheckMode: None -CurrentVersion: 0.64.0 -CurrentVersionCode: 6400 +MaintainerNotes: ACRA is configured with the email sender only and hence strictly + opt-in + +AutoUpdateMode: Version +UpdateCheckMode: Tags v\d+\.\d+(\.\d+)? +CurrentVersion: 0.66.0 +CurrentVersionCode: 6600