From 24dc0448eb207075cf82a3ad1223defcf85d7ed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abel=20Garc=C3=ADa?= <5928687-abelgardep@users.noreply.gitlab.com> Date: Fri, 13 May 2022 12:46:42 +0000 Subject: [PATCH] Update ownCloud version to 2.21-beta.1 --- metadata/com.owncloud.android.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/metadata/com.owncloud.android.yml b/metadata/com.owncloud.android.yml index 7f5c51f1d6..5478fed681 100644 --- a/metadata/com.owncloud.android.yml +++ b/metadata/com.owncloud.android.yml @@ -805,6 +805,20 @@ Builds: rm: - user_manual + - versionName: 2.21-beta.1 + versionCode: 22000010 + commit: oc-android-2.21-beta.1 + subdir: owncloudApp + submodules: true + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - original + rm: + - user_manual + AutoUpdateMode: Version oc-android-%v UpdateCheckMode: Tags ^oc-android-[0-9.]*$ CurrentVersion: '2.20'