From 62547e4ef00f95dc452a8c06243a3be5fcd4f33c Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 5 Mar 2022 04:42:29 +0000 Subject: [PATCH] Update Mumla to 3.5.10 (94) --- metadata/se.lublin.mumla.yml | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/metadata/se.lublin.mumla.yml b/metadata/se.lublin.mumla.yml index ec9c13f003..6ae627bf8d 100644 --- a/metadata/se.lublin.mumla.yml +++ b/metadata/se.lublin.mumla.yml @@ -212,7 +212,30 @@ Builds: - ../libraries/humla/src/main/jni ndk: r22b + - versionName: 3.5.10 + versionCode: 94 + commit: 62c4e22a0283565e2a15fdfd098adae2472ce07c + subdir: app + submodules: true + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - official + rm: + - libraries/humla/tools + - libraries/humla/libs/humla-spongycastle/core/src/test/data + prebuild: cp -r ../libraries/humla/gradle ../libraries/humla/libs/humla-spongycastle + build: + - printf >../local.properties "sdk.dir=%s\nndk.dir=%s" "$$SDK$$" "$$NDK$$" + - cd ../libraries/humla/libs/humla-spongycastle + - gradle jar + buildjni: + - ../libraries/humla/src/main/jni + ndk: r22b + AutoUpdateMode: Version %v UpdateCheckMode: Tags ^[^-]*$ -CurrentVersion: 3.5.9 -CurrentVersionCode: 93 +CurrentVersion: 3.5.10 +CurrentVersionCode: 94