mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Update fujiten to 1.0.9 (10)
This commit is contained in:
parent
4b13b45e9d
commit
6ff888b8bb
1 changed files with 19 additions and 2 deletions
|
|
@ -62,8 +62,25 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
|
||||
- versionName: 1.0.9
|
||||
versionCode: 10
|
||||
commit: 67c7c38cc274f1075b0875be0e95cebab467171c
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.32.6
|
||||
prebuild:
|
||||
- sed -i -e '/keystorePropertiesFile/d' android/app/build.gradle.kts
|
||||
- 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
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.8
|
||||
CurrentVersionCode: 9
|
||||
CurrentVersion: 1.0.9
|
||||
CurrentVersionCode: 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue