diff --git a/metadata/com.osfans.trime.yml b/metadata/com.osfans.trime.yml index 9bd3a883f3..28bb7a6ebe 100644 --- a/metadata/com.osfans.trime.yml +++ b/metadata/com.osfans.trime.yml @@ -525,7 +525,26 @@ Builds: - build-logic ndk: 25.2.9519653 + - versionName: 3.3.4 + versionCode: 20250501 + commit: 5ec15ed0d8deba73efde2c9db25785ddc0d6023e + 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.3 -CurrentVersionCode: 20250301 +CurrentVersion: 3.3.4 +CurrentVersionCode: 20250501