diff --git a/metadata/com.presley.flexify.yml b/metadata/com.presley.flexify.yml index 21bad78854..a1b1fc63bc 100644 --- a/metadata/com.presley.flexify.yml +++ b/metadata/com.presley.flexify.yml @@ -6212,6 +6212,132 @@ Builds: - mv /home/brandon/flexify com.presley.flexify ndk: r27 + - versionName: 2.0.16 + versionCode: 2311 + commit: d782b5cf3307126cd0a095eebcff738d2cbaa536 + 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: + - rm flutter/engine/src/.gn + - sdkmanager 'cmake;3.18.1' + - 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.0.16 + versionCode: 2312 + commit: d782b5cf3307126cd0a095eebcff738d2cbaa536 + 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: + - rm flutter/engine/src/.gn + - sdkmanager 'cmake;3.18.1' + - 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.0.16 + versionCode: 2313 + commit: d782b5cf3307126cd0a095eebcff738d2cbaa536 + 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: + - rm flutter/engine/src/.gn + - sdkmanager 'cmake;3.18.1' + - 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 @@ -6221,5 +6347,5 @@ VercodeOperation: - 10 * %c + 2 - 10 * %c + 3 UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 2.0.15 -CurrentVersionCode: 2273 +CurrentVersion: 2.0.16 +CurrentVersionCode: 2313