mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update Vernet to 1.1.0 (33)
This commit is contained in:
parent
2049dfc90d
commit
90f9c9ee20
1 changed files with 26 additions and 1 deletions
|
|
@ -417,8 +417,33 @@ Builds:
|
|||
- $$flutter$$/bin/flutter packages pub run build_runner build --delete-conflicting-outputs
|
||||
- $$flutter$$/bin/flutter build apk --flavor fdroid
|
||||
|
||||
- versionName: 1.1.0
|
||||
versionCode: 33
|
||||
commit: facb66bc3a405bfb9554f8f04eb35407f5752a9e
|
||||
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@3.24.4
|
||||
rm:
|
||||
- .vscode
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- test
|
||||
- web
|
||||
prebuild:
|
||||
- sed -i -e '/in_app_review/d' -e '/inAppReview/d' pubspec.yaml lib/pages/settings_page.dart
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter packages pub run build_runner build --delete-conflicting-outputs
|
||||
- $$flutter$$/bin/flutter build apk --flavor fdroid
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.1.0
|
||||
CurrentVersionCode: 32
|
||||
CurrentVersionCode: 33
|
||||
|
|
|
|||
Loading…
Reference in a new issue