diff --git a/metadata/io.gitlab.libre_librivox_listener.yml b/metadata/io.gitlab.libre_librivox_listener.yml index e4070d099d..ad1271e5a4 100644 --- a/metadata/io.gitlab.libre_librivox_listener.yml +++ b/metadata/io.gitlab.libre_librivox_listener.yml @@ -268,6 +268,69 @@ Builds: - export PUB_CACHE=$(pwd)/.pub-cache - .flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64" + - versionName: 3.2.0 + versionCode: 3201 + commit: cd08c67e2096e540f10e540785adc9e8b5be707a + submodules: true + output: build/app/outputs/flutter-apk/app-x86_64-release.apk + rm: + - ios + - macos + prebuild: + - export PUB_CACHE=$(pwd)/.pub-cache + - .flutter/bin/flutter config --no-analytics + - .flutter/bin/flutter packages pub get + scanignore: + - .flutter/bin/cache + scandelete: + - .flutter + - .pub-cache + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - .flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-x64" + + - versionName: 3.2.0 + versionCode: 3202 + commit: cd08c67e2096e540f10e540785adc9e8b5be707a + submodules: true + output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk + rm: + - ios + - macos + prebuild: + - export PUB_CACHE=$(pwd)/.pub-cache + - .flutter/bin/flutter config --no-analytics + - .flutter/bin/flutter packages pub get + scanignore: + - .flutter/bin/cache + scandelete: + - .flutter + - .pub-cache + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - .flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm" + + - versionName: 3.2.0 + versionCode: 3203 + commit: cd08c67e2096e540f10e540785adc9e8b5be707a + submodules: true + output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk + rm: + - ios + - macos + prebuild: + - export PUB_CACHE=$(pwd)/.pub-cache + - .flutter/bin/flutter config --no-analytics + - .flutter/bin/flutter packages pub get + scanignore: + - .flutter/bin/cache + scandelete: + - .flutter + - .pub-cache + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - .flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64" + AutoUpdateMode: Version UpdateCheckMode: Tags VercodeOperation: @@ -275,5 +338,5 @@ VercodeOperation: - 100 * %c + 2 - 100 * %c + 3 UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 3.1.0 -CurrentVersionCode: 3103 +CurrentVersion: 3.2.0 +CurrentVersionCode: 3203