mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Ricochlime to 1.1.0 (1010003)
This commit is contained in:
parent
daf33d9b67
commit
26bed4bd1e
1 changed files with 98 additions and 2 deletions
|
|
@ -398,6 +398,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.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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
VercodeOperation:
|
VercodeOperation:
|
||||||
|
|
@ -405,5 +501,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.0.6
|
CurrentVersion: 1.1.0
|
||||||
CurrentVersionCode: 1000603
|
CurrentVersionCode: 1010003
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue