From 3f227cda1412f9bf1438566c66c0905228a6dfa4 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Mon, 3 Feb 2025 04:43:34 +0000 Subject: [PATCH] Update Mumla to 3.6.15 (110) --- metadata/se.lublin.mumla.yml | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/metadata/se.lublin.mumla.yml b/metadata/se.lublin.mumla.yml index 44b66c701c..8eec98a3cc 100644 --- a/metadata/se.lublin.mumla.yml +++ b/metadata/se.lublin.mumla.yml @@ -537,7 +537,29 @@ Builds: - ../libraries/humla/src/main/jni ndk: r25b + - versionName: 3.6.15 + versionCode: 110 + commit: a43ff8031e862da77e8ec9a8d2f22433b7a8eaa1 + subdir: app + submodules: true + sudo: + - apt-get update + - apt-get install -y file make + 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: r25b + AutoUpdateMode: Version UpdateCheckMode: Tags ^[^-]*$ -CurrentVersion: 3.6.14 -CurrentVersionCode: 109 +CurrentVersion: 3.6.15 +CurrentVersionCode: 110