From f6da0b5bd24c04b03e3208c09b170c530d33a2bc Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 7 Sep 2024 04:10:17 +0000 Subject: [PATCH] Update Ricochlime to 1.11.2 (1110203) --- metadata/com.adilhanney.ricochlime.yml | 100 ++++++++++++++++++++++++- 1 file changed, 98 insertions(+), 2 deletions(-) diff --git a/metadata/com.adilhanney.ricochlime.yml b/metadata/com.adilhanney.ricochlime.yml index be206fe6b6..00c9ab5796 100644 --- a/metadata/com.adilhanney.ricochlime.yml +++ b/metadata/com.adilhanney.ricochlime.yml @@ -2222,6 +2222,102 @@ Builds: - export PUB_CACHE=$(pwd)/.pub-cache - submodules/flutter/bin/flutter build apk --split-per-abi --target-platform="android-x64" + - versionName: 1.11.2 + versionCode: 1110201 + commit: 4b05af45c4bbec3610c207698537dfee0e11ed6b + 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.11.2 + versionCode: 1110202 + commit: 4b05af45c4bbec3610c207698537dfee0e11ed6b + 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.11.2 + versionCode: 1110203 + commit: 4b05af45c4bbec3610c207698537dfee0e11ed6b + 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: @@ -2229,5 +2325,5 @@ VercodeOperation: - '%c * 10 + 2' - '%c * 10 + 3' UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 1.11.1 -CurrentVersionCode: 1110103 +CurrentVersion: 1.11.2 +CurrentVersionCode: 1110203