diff --git a/metadata/com.adilhanney.ricochlime.yml b/metadata/com.adilhanney.ricochlime.yml index 50b28bf37c..1c77b7f09f 100644 --- a/metadata/com.adilhanney.ricochlime.yml +++ b/metadata/com.adilhanney.ricochlime.yml @@ -1073,6 +1073,102 @@ Builds: - export PUB_CACHE=$(pwd)/.pub-cache - submodules/flutter/bin/flutter build apk --split-per-abi --target-platform="android-x64" + - versionName: 1.4.0 + versionCode: 1040001 + commit: e2fd339af4c22677ea39abfcc2bbe4a4f944719d + submodules: true + sudo: + - apt-get update + - apt-get install -y gcc libc-dev + output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk + rm: + - .github + - assets_raw + - flatpak + - installers + - ios + - linux + - macos + - snap + - windows + prebuild: + - ./patches/foss.sh + - export PUB_CACHE=$(pwd)/.pub-cache + - submodules/flutter/bin/flutter config --no-analytics + - submodules/flutter/bin/flutter pub get + scanignore: + - submodules/flutter/bin/cache + scandelete: + - submodules/flutter + - .pub-cache + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - submodules/flutter/bin/flutter build apk --split-per-abi --target-platform="android-arm" + + - versionName: 1.4.0 + versionCode: 1040002 + commit: e2fd339af4c22677ea39abfcc2bbe4a4f944719d + submodules: true + sudo: + - apt-get update + - apt-get install -y gcc libc-dev + output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk + rm: + - .github + - assets_raw + - flatpak + - installers + - ios + - linux + - macos + - snap + - windows + prebuild: + - ./patches/foss.sh + - export PUB_CACHE=$(pwd)/.pub-cache + - submodules/flutter/bin/flutter config --no-analytics + - submodules/flutter/bin/flutter pub get + scanignore: + - submodules/flutter/bin/cache + scandelete: + - submodules/flutter + - .pub-cache + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - submodules/flutter/bin/flutter build apk --split-per-abi --target-platform="android-arm64" + + - versionName: 1.4.0 + versionCode: 1040003 + commit: e2fd339af4c22677ea39abfcc2bbe4a4f944719d + submodules: true + sudo: + - apt-get update + - apt-get install -y gcc libc-dev + output: build/app/outputs/flutter-apk/app-x86_64-release.apk + rm: + - .github + - assets_raw + - flatpak + - installers + - ios + - linux + - macos + - snap + - windows + prebuild: + - ./patches/foss.sh + - export PUB_CACHE=$(pwd)/.pub-cache + - submodules/flutter/bin/flutter config --no-analytics + - submodules/flutter/bin/flutter pub get + scanignore: + - submodules/flutter/bin/cache + scandelete: + - submodules/flutter + - .pub-cache + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - submodules/flutter/bin/flutter build apk --split-per-abi --target-platform="android-x64" + AutoUpdateMode: Version UpdateCheckMode: Tags VercodeOperation: @@ -1080,5 +1176,5 @@ VercodeOperation: - '%c * 10 + 2' - '%c * 10 + 3' UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 1.3.1 -CurrentVersionCode: 1030103 +CurrentVersion: 1.4.0 +CurrentVersionCode: 1040003