diff --git a/metadata/de.circle_dev.flux_news.yml b/metadata/de.circle_dev.flux_news.yml index cf0b20793b..c0aded77c1 100644 --- a/metadata/de.circle_dev.flux_news.yml +++ b/metadata/de.circle_dev.flux_news.yml @@ -494,6 +494,66 @@ Builds: - export PUB_CACHE=$(pwd)/.pub-cache - vendor/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64" + - versionName: 1.4.1 + versionCode: 2024040731 + commit: 9ef19849b7b5289367952cb97d0c6f8b07b847ef + submodules: true + output: build/app/outputs/flutter-apk/app-x86_64-release.apk + rm: + - ios + prebuild: + - export PUB_CACHE=$(pwd)/.pub-cache + - vendor/flutter/bin/flutter config --no-analytics + - vendor/flutter/bin/flutter pub get + scanignore: + - vendor/flutter/bin/cache + scandelete: + - vendor/flutter + - .pub-cache + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - vendor/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-x64" + + - versionName: 1.4.1 + versionCode: 2024040732 + commit: 9ef19849b7b5289367952cb97d0c6f8b07b847ef + submodules: true + output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk + rm: + - ios + prebuild: + - export PUB_CACHE=$(pwd)/.pub-cache + - vendor/flutter/bin/flutter config --no-analytics + - vendor/flutter/bin/flutter pub get + scanignore: + - vendor/flutter/bin/cache + scandelete: + - vendor/flutter + - .pub-cache + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - vendor/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm" + + - versionName: 1.4.1 + versionCode: 2024040733 + commit: 9ef19849b7b5289367952cb97d0c6f8b07b847ef + submodules: true + output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk + rm: + - ios + prebuild: + - export PUB_CACHE=$(pwd)/.pub-cache + - vendor/flutter/bin/flutter config --no-analytics + - vendor/flutter/bin/flutter pub get + scanignore: + - vendor/flutter/bin/cache + scandelete: + - vendor/flutter + - .pub-cache + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - vendor/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64" + AutoUpdateMode: Version UpdateCheckMode: Tags VercodeOperation: @@ -501,5 +561,5 @@ VercodeOperation: - '%c * 10 + 2' - '%c * 10 + 3' UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 1.3.8 -CurrentVersionCode: 2024033113 +CurrentVersion: 1.4.1 +CurrentVersionCode: 2024040733