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