From d58abb537194959d7d1504c3d58311fe3643d57a Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Wed, 3 Apr 2024 19:15:35 +0000 Subject: [PATCH] Update Mumla to 3.6.9 (104) --- 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 4881db2882..bb64110798 100644 --- a/metadata/se.lublin.mumla.yml +++ b/metadata/se.lublin.mumla.yml @@ -405,7 +405,29 @@ Builds: - ../libraries/humla/src/main/jni ndk: r25b + - versionName: 3.6.9 + versionCode: 104 + commit: 7d91afccc9d477710ebb30abe472e0293aa70b4d + 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.8 -CurrentVersionCode: 103 +CurrentVersion: 3.6.9 +CurrentVersionCode: 104