From 5c327f3ccffcee99ac383d023091a50749bbad48 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Wed, 17 Jan 2024 17:40:35 +0000 Subject: [PATCH] Update Mumla to 3.6.6 (101) --- 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 17e445a15d..2c7dab0eba 100644 --- a/metadata/se.lublin.mumla.yml +++ b/metadata/se.lublin.mumla.yml @@ -371,7 +371,29 @@ Builds: - ../libraries/humla/src/main/jni ndk: r22b + - versionName: 3.6.6 + versionCode: 101 + commit: 12684b5eb0c3baf027deb165c5c11c8e002ce177 + 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: r22b + AutoUpdateMode: Version UpdateCheckMode: Tags ^[^-]*$ -CurrentVersion: 3.6.5 -CurrentVersionCode: 100 +CurrentVersion: 3.6.6 +CurrentVersionCode: 101