From daff7a4a9e6b8999254ddd06b8b233a9a4768e30 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Wed, 19 Jun 2024 17:36:51 +0000 Subject: [PATCH] Update Mumla to 3.6.11 (106) --- 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 28a5fb3d52..c5a853c1b8 100644 --- a/metadata/se.lublin.mumla.yml +++ b/metadata/se.lublin.mumla.yml @@ -449,7 +449,29 @@ Builds: - ../libraries/humla/src/main/jni ndk: r25b + - versionName: 3.6.11 + versionCode: 106 + commit: d13a17cf41eb6c26ce0f65ab05b9c229e4fab8ae + 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.10 -CurrentVersionCode: 105 +CurrentVersion: 3.6.11 +CurrentVersionCode: 106