mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Graded to 2.6.2 (255)
This commit is contained in:
parent
143ac46324
commit
9e4cb5b554
1 changed files with 26 additions and 2 deletions
|
|
@ -202,8 +202,32 @@ Builds:
|
||||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- .flutter/bin/flutter build apk
|
- .flutter/bin/flutter build apk
|
||||||
|
|
||||||
|
- versionName: 2.6.2
|
||||||
|
versionCode: 255
|
||||||
|
commit: f91c49ae4e08a80f8c6b3097eee44cec977570ec
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y openjdk-17-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||||||
|
rm:
|
||||||
|
- ios
|
||||||
|
prebuild:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- .flutter/bin/flutter config --no-analytics
|
||||||
|
- .flutter/bin/flutter pub get
|
||||||
|
scanignore:
|
||||||
|
- .flutter/bin/cache
|
||||||
|
scandelete:
|
||||||
|
- .flutter
|
||||||
|
- .pub-cache
|
||||||
|
build:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- .flutter/bin/flutter build apk
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 2.6.0
|
CurrentVersion: 2.6.2
|
||||||
CurrentVersionCode: 251
|
CurrentVersionCode: 255
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue