diff --git a/metadata/com.marv42.ebt.newnote.yml b/metadata/com.marv42.ebt.newnote.yml index 57cd959ff3..e5f67a84e0 100644 --- a/metadata/com.marv42.ebt.newnote.yml +++ b/metadata/com.marv42.ebt.newnote.yml @@ -95,9 +95,20 @@ Builds: gradle: - withoutKey + - versionName: 0.64.0 + versionCode: 6400 + commit: v0.64.0 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - withoutKey + MaintainerNotes: version code is computed so AUM is disabled. AutoUpdateMode: None UpdateCheckMode: None -CurrentVersion: 0.60.0 -CurrentVersionCode: 6000 +CurrentVersion: 0.64.0 +CurrentVersionCode: 6400