From 26bed4bd1e89ff223cbecff0b41de5a91b327502 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sun, 10 Dec 2023 04:21:18 +0000 Subject: [PATCH] Update Ricochlime to 1.1.0 (1010003) --- 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 0b556801db..b587fe3b54 100644 --- a/metadata/com.adilhanney.ricochlime.yml +++ b/metadata/com.adilhanney.ricochlime.yml @@ -398,6 +398,102 @@ Builds: - export PUB_CACHE=$(pwd)/.pub-cache - submodules/flutter/bin/flutter build apk --split-per-abi --target-platform="android-x64" + - versionName: 1.1.0 + versionCode: 1010001 + commit: b0c0627df6ab68353c6c8e3bcc14ee6e011398e3 + 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.1.0 + versionCode: 1010002 + commit: b0c0627df6ab68353c6c8e3bcc14ee6e011398e3 + 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.1.0 + versionCode: 1010003 + commit: b0c0627df6ab68353c6c8e3bcc14ee6e011398e3 + 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: @@ -405,5 +501,5 @@ VercodeOperation: - '%c * 10 + 2' - '%c * 10 + 3' UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 1.0.6 -CurrentVersionCode: 1000603 +CurrentVersion: 1.1.0 +CurrentVersionCode: 1010003