mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Ricochlime to 1.8.2 (1080203)
This commit is contained in:
parent
7cad40579f
commit
fce87658e2
1 changed files with 98 additions and 2 deletions
|
|
@ -1841,6 +1841,102 @@ Builds:
|
||||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- submodules/flutter/bin/flutter build apk --split-per-abi --target-platform="android-x64"
|
- submodules/flutter/bin/flutter build apk --split-per-abi --target-platform="android-x64"
|
||||||
|
|
||||||
|
- versionName: 1.8.2
|
||||||
|
versionCode: 1080201
|
||||||
|
commit: f12b450eb1f6e1b51343785fd3d12e8ce5cb7f9c
|
||||||
|
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.8.2
|
||||||
|
versionCode: 1080202
|
||||||
|
commit: f12b450eb1f6e1b51343785fd3d12e8ce5cb7f9c
|
||||||
|
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.8.2
|
||||||
|
versionCode: 1080203
|
||||||
|
commit: f12b450eb1f6e1b51343785fd3d12e8ce5cb7f9c
|
||||||
|
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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
VercodeOperation:
|
VercodeOperation:
|
||||||
|
|
@ -1848,5 +1944,5 @@ VercodeOperation:
|
||||||
- '%c * 10 + 2'
|
- '%c * 10 + 2'
|
||||||
- '%c * 10 + 3'
|
- '%c * 10 + 3'
|
||||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 1.8.0
|
CurrentVersion: 1.8.2
|
||||||
CurrentVersionCode: 1080003
|
CurrentVersionCode: 1080203
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue