From e3b6c5975eb4c3f9a918aa290ffa80b67c86ae8f Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Fri, 28 Nov 2025 04:52:42 +0000 Subject: [PATCH] Update Flexify to 2.1.38 (32303) --- metadata/com.presley.flexify.yml | 124 ++++++++++++++++++++++++++++++- 1 file changed, 122 insertions(+), 2 deletions(-) diff --git a/metadata/com.presley.flexify.yml b/metadata/com.presley.flexify.yml index d4bc36cc6c..0dcf795416 100644 --- a/metadata/com.presley.flexify.yml +++ b/metadata/com.presley.flexify.yml @@ -7659,6 +7659,126 @@ Builds: - mv /home/brandon/flexify com.presley.flexify ndk: r27 + - versionName: 2.1.38 + versionCode: 32301 + commit: b1a96d528bce6130925da6c5e55d5114d4c54901 + submodules: true + sudo: + - apt-get update + - apt-get install -y ninja-build + - mkdir -p /home/brandon + - chown vagrant -R /home/brandon + output: build/app/outputs/flutter-apk/app-x86_64-release.apk + binary: https://github.com/brandonp2412/Flexify/releases/download/%v/app-x86_64-release.apk + rm: + - ios + - linux + - web + - windows + prebuild: + - cd .. + - mv com.presley.flexify /home/brandon/flexify + - pushd /home/brandon/flexify + - export PUB_CACHE=$(pwd)/.pub-cache + - flutter/bin/flutter config --no-analytics + - flutter/bin/flutter pub get + - popd + - mv /home/brandon/flexify com.presley.flexify + scanignore: + - flutter/bin/cache + scandelete: + - .pub-cache + - flutter + build: + - cd .. + - mv com.presley.flexify /home/brandon/flexify + - pushd /home/brandon/flexify + - export PUB_CACHE=$(pwd)/.pub-cache + - flutter/bin/flutter build apk --split-per-abi --target-platform="android-x64" + - popd + - mv /home/brandon/flexify com.presley.flexify + ndk: r27 + + - versionName: 2.1.38 + versionCode: 32302 + commit: b1a96d528bce6130925da6c5e55d5114d4c54901 + submodules: true + sudo: + - apt-get update + - apt-get install -y ninja-build + - mkdir -p /home/brandon + - chown vagrant -R /home/brandon + output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk + binary: https://github.com/brandonp2412/Flexify/releases/download/%v/app-armeabi-v7a-release.apk + rm: + - ios + - linux + - web + - windows + prebuild: + - cd .. + - mv com.presley.flexify /home/brandon/flexify + - pushd /home/brandon/flexify + - export PUB_CACHE=$(pwd)/.pub-cache + - flutter/bin/flutter config --no-analytics + - flutter/bin/flutter pub get + - popd + - mv /home/brandon/flexify com.presley.flexify + scanignore: + - flutter/bin/cache + scandelete: + - .pub-cache + - flutter + build: + - cd .. + - mv com.presley.flexify /home/brandon/flexify + - pushd /home/brandon/flexify + - export PUB_CACHE=$(pwd)/.pub-cache + - flutter/bin/flutter build apk --split-per-abi --target-platform="android-arm" + - popd + - mv /home/brandon/flexify com.presley.flexify + ndk: r27 + + - versionName: 2.1.38 + versionCode: 32303 + commit: b1a96d528bce6130925da6c5e55d5114d4c54901 + submodules: true + sudo: + - apt-get update + - apt-get install -y ninja-build + - mkdir -p /home/brandon + - chown vagrant -R /home/brandon + output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk + binary: https://github.com/brandonp2412/Flexify/releases/download/%v/app-arm64-v8a-release.apk + rm: + - ios + - linux + - web + - windows + prebuild: + - cd .. + - mv com.presley.flexify /home/brandon/flexify + - pushd /home/brandon/flexify + - export PUB_CACHE=$(pwd)/.pub-cache + - flutter/bin/flutter config --no-analytics + - flutter/bin/flutter pub get + - popd + - mv /home/brandon/flexify com.presley.flexify + scanignore: + - flutter/bin/cache + scandelete: + - .pub-cache + - flutter + build: + - cd .. + - mv com.presley.flexify /home/brandon/flexify + - pushd /home/brandon/flexify + - export PUB_CACHE=$(pwd)/.pub-cache + - flutter/bin/flutter build apk --split-per-abi --target-platform="android-arm64" + - popd + - mv /home/brandon/flexify com.presley.flexify + ndk: r27 + AllowedAPKSigningKeys: 011ee1a6e4e5ecd675f67fbf3d78ad82614a7a7a3f24ed71cc9c417154a0f0fd AutoUpdateMode: Version @@ -7668,5 +7788,5 @@ VercodeOperation: - 100 * %c + 2 - 100 * %c + 3 UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 2.1.37 -CurrentVersionCode: 32203 +CurrentVersion: 2.1.38 +CurrentVersionCode: 32303