diff --git a/metadata/com.osfans.trime.yml b/metadata/com.osfans.trime.yml index 2b87d62fc0..4853aa8d98 100644 --- a/metadata/com.osfans.trime.yml +++ b/metadata/com.osfans.trime.yml @@ -564,7 +564,26 @@ Builds: - build-logic ndk: 25.2.9519653 + - versionName: 3.3.6 + versionCode: 20250901 + commit: dd62098a6eea8b229017f45bc453a5016ae7493a + 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.31.6' + - 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: 28.0.13004108 + AutoUpdateMode: Version UpdateCheckMode: Tags ^v[\d.]+$ -CurrentVersion: 3.3.5 -CurrentVersionCode: 20250701 +CurrentVersion: 3.3.6 +CurrentVersionCode: 20250901