From 037fbea14978e0ee86b0dcdf6ccc6c43b4be374a Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 19 Apr 2025 04:29:53 +0000 Subject: [PATCH] Update S.S.E. to 3.1.2 (130) --- .../com.paranoiaworks.unicus.android.sse.yml | 33 +++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/metadata/com.paranoiaworks.unicus.android.sse.yml b/metadata/com.paranoiaworks.unicus.android.sse.yml index 649faa42fb..1d25764dca 100644 --- a/metadata/com.paranoiaworks.unicus.android.sse.yml +++ b/metadata/com.paranoiaworks.unicus.android.sse.yml @@ -73,6 +73,35 @@ Builds: - gradle assembleRelease ndk: r25b + - versionName: 3.1.2 + versionCode: 130 + commit: d7a1d7add6298e39450f10f311d78a9d3a064346 + subdir: MainApp + sudo: + - export CPUS_MAX=1 + - export CPUS=$(getconf _NPROCESSORS_ONLN) + - for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online + ; done + - apt-get update + - apt-get install -y gcc libc-dev + output: build/outputs/apk/release/MainApp-release-unsigned.apk + srclibs: + - rustup@1.27.1 + build: + - $$rustup$$/rustup-init.sh -y --default-toolchain 1.86.0 --target armv7-linux-androideabi + aarch64-linux-android x86_64-linux-android + - source $HOME/.cargo/env + - export BUILD_FLAVOR=FDROID + - export ANDROID_NDK_ROOT=$$NDK$$ + - pushd ../CryptoLibs/jni-Blake3mt/blake3jni + - chmod +x release.sh + - ./release.sh arm64-v8a + - ./release.sh armeabi-v7a + - ./release.sh x86_64 + - popd + - gradle assembleRelease + ndk: r25b + AllowedAPKSigningKeys: b9da156a44f97e91061920ae6de934446c349502756a04528fa7bec311a9543d MaintainerNotes: The app might not be reproducible in the CI as rust might embed compile @@ -80,5 +109,5 @@ MaintainerNotes: The app might not be reproducible in the CI as rust might embed AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 3.1.0.2 -CurrentVersionCode: 118 +CurrentVersion: 3.1.2 +CurrentVersionCode: 130