From aa4d1e976a2b5f0f466c8a2dbbea77a706bc0573 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Wed, 20 Mar 2024 17:20:08 +0000 Subject: [PATCH] Update Mumla to 3.6.8 (103) --- 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 75997e6c7f..4881db2882 100644 --- a/metadata/se.lublin.mumla.yml +++ b/metadata/se.lublin.mumla.yml @@ -383,7 +383,29 @@ Builds: - ../libraries/humla/src/main/jni ndk: r25b + - versionName: 3.6.8 + versionCode: 103 + commit: aa92bfbda3aedc1620c640e8726204d1476802b9 + 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.7 -CurrentVersionCode: 102 +CurrentVersion: 3.6.8 +CurrentVersionCode: 103