mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Xeonjia to 2.4.0 (15)
This commit is contained in:
parent
217f172674
commit
c18b9d0d17
1 changed files with 24 additions and 2 deletions
|
|
@ -206,7 +206,29 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
|
||||
- versionName: 2.4.0
|
||||
versionCode: 15
|
||||
commit: c6932af1acfeee77fea850cdeec408877a1366f4
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.7.7
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.3.1
|
||||
CurrentVersionCode: 14
|
||||
CurrentVersion: 2.4.0
|
||||
CurrentVersionCode: 15
|
||||
|
|
|
|||
Loading…
Reference in a new issue