From 11bba780557e682f2e3fbd5518a8d7cfb137ed61 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sun, 2 Mar 2025 04:25:30 +0000 Subject: [PATCH] Update Trime to 3.3.3 (20250301) --- metadata/com.osfans.trime.yml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/metadata/com.osfans.trime.yml b/metadata/com.osfans.trime.yml index 8bbba05756..9bd3a883f3 100644 --- a/metadata/com.osfans.trime.yml +++ b/metadata/com.osfans.trime.yml @@ -506,7 +506,26 @@ Builds: - build-logic ndk: 25.2.9519653 + - versionName: 3.3.3 + versionCode: 20250301 + commit: 9e3689b34c8fcf27bfa3f1e11cb3d79a33ec11c3 + subdir: app + submodules: true + sudo: + - apt-get update + - apt-get -y install automake g++ libtool make python-is-python3 + gradle: + - yes + prebuild: + - sdkmanager 'cmake;3.22.1' + - sed -i -e 's/runCmd("git config user.name")/"F-Droid"/' ../build-logic/convention/src/main/kotlin/Utils.kt + - sed -i -e '/isEnable/s/true/false/' ../build-logic/convention/src/main/kotlin/NativeBaseConventionPlugin.kt + scandelete: + - app/src/main/jni + - build-logic + ndk: 25.2.9519653 + AutoUpdateMode: Version UpdateCheckMode: Tags ^v[\d.]+$ -CurrentVersion: 3.3.2 -CurrentVersionCode: 20250101 +CurrentVersion: 3.3.3 +CurrentVersionCode: 20250301