diff --git a/metadata/com.adilhanney.ricochlime.yml b/metadata/com.adilhanney.ricochlime.yml index cc16229de4..c27bc880ff 100644 --- a/metadata/com.adilhanney.ricochlime.yml +++ b/metadata/com.adilhanney.ricochlime.yml @@ -1553,6 +1553,102 @@ Builds: - export PUB_CACHE=$(pwd)/.pub-cache - submodules/flutter/bin/flutter build apk --split-per-abi --target-platform="android-x64" + - versionName: 1.6.0 + versionCode: 1060001 + commit: b9c4cb9cd02e086ea6830be668a0bbc1fb72273e + 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.6.0 + versionCode: 1060002 + commit: b9c4cb9cd02e086ea6830be668a0bbc1fb72273e + 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.6.0 + versionCode: 1060003 + commit: b9c4cb9cd02e086ea6830be668a0bbc1fb72273e + 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: @@ -1560,5 +1656,5 @@ VercodeOperation: - '%c * 10 + 2' - '%c * 10 + 3' UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 1.5.2 -CurrentVersionCode: 1050203 +CurrentVersion: 1.6.0 +CurrentVersionCode: 1060003