mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update Ricochlime to 1.3.1 (1030103)
This commit is contained in:
parent
eee787e9fd
commit
04a78fe202
1 changed files with 98 additions and 2 deletions
|
|
@ -977,6 +977,102 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter build apk --split-per-abi --target-platform="android-x64"
|
||||
|
||||
- versionName: 1.3.1
|
||||
versionCode: 1030101
|
||||
commit: 265d7432501154f10c57b2d41e8ff10493433aa5
|
||||
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.3.1
|
||||
versionCode: 1030102
|
||||
commit: 265d7432501154f10c57b2d41e8ff10493433aa5
|
||||
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.3.1
|
||||
versionCode: 1030103
|
||||
commit: 265d7432501154f10c57b2d41e8ff10493433aa5
|
||||
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:
|
||||
|
|
@ -984,5 +1080,5 @@ VercodeOperation:
|
|||
- '%c * 10 + 2'
|
||||
- '%c * 10 + 3'
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.3.0
|
||||
CurrentVersionCode: 1030003
|
||||
CurrentVersion: 1.3.1
|
||||
CurrentVersionCode: 1030103
|
||||
|
|
|
|||
Loading…
Reference in a new issue