mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update Ricochlime to 1.11.9 (1110903)
This commit is contained in:
parent
83d189d424
commit
f40b141072
1 changed files with 101 additions and 2 deletions
|
|
@ -2915,6 +2915,105 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter build apk --split-per-abi --target-platform="android-x64"
|
||||
|
||||
- versionName: 1.11.9
|
||||
versionCode: 1110901
|
||||
commit: 67a67d28d1726f721d9270ee4eaa02084a4a2b69
|
||||
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
|
||||
- ./patches/remove_dev_dependencies.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.9
|
||||
versionCode: 1110902
|
||||
commit: 67a67d28d1726f721d9270ee4eaa02084a4a2b69
|
||||
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
|
||||
- ./patches/remove_dev_dependencies.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.9
|
||||
versionCode: 1110903
|
||||
commit: 67a67d28d1726f721d9270ee4eaa02084a4a2b69
|
||||
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
|
||||
- ./patches/remove_dev_dependencies.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:
|
||||
|
|
@ -2922,5 +3021,5 @@ VercodeOperation:
|
|||
- '%c * 10 + 2'
|
||||
- '%c * 10 + 3'
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.11.8
|
||||
CurrentVersionCode: 1110813
|
||||
CurrentVersion: 1.11.9
|
||||
CurrentVersionCode: 1110903
|
||||
|
|
|
|||
Loading…
Reference in a new issue