From 8827e7d9acda914f17145b67781610a5d5747141 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sun, 10 Mar 2024 03:12:56 +0000 Subject: [PATCH] Update mLauncher to 1.3.3 (70) --- metadata/app.mlauncher.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/metadata/app.mlauncher.yml b/metadata/app.mlauncher.yml index 428b6a49dd..3ed808bfe9 100644 --- a/metadata/app.mlauncher.yml +++ b/metadata/app.mlauncher.yml @@ -55,9 +55,20 @@ Builds: gradle: - yes + - versionName: 1.3.3 + versionCode: 70 + commit: 2080cf2bf1f501870a6cec3fdf8b6be67781d0dd + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-alternatives --auto java + gradle: + - yes + AllowedAPKSigningKeys: 88585139eac6d8d5922ce7af80a0f2acd9280371676014a114d5e3bf34904ae0 AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 1.3.2 -CurrentVersionCode: 69 +CurrentVersion: 1.3.3 +CurrentVersionCode: 70