Update Graded to 2.5.0 (228)

This commit is contained in:
F-Droid checkupdates bot 2023-11-11 04:05:17 +00:00
parent 024235e4af
commit bbc0befe00

View file

@ -130,8 +130,32 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- .flutter/bin/flutter build apk
- versionName: 2.5.0
versionCode: 228
commit: 7b5fd170b55c12ffe3524b7eb90093edbf3c19d6
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
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 2.4.2
CurrentVersionCode: 216
CurrentVersion: 2.5.0
CurrentVersionCode: 228