mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-10 06:18:36 +00:00
Update kardi notes to 2.0.8 (20)
This commit is contained in:
parent
99b6407e19
commit
2e0d7166b3
1 changed files with 32 additions and 2 deletions
|
|
@ -49,8 +49,38 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
|
||||
- versionName: 2.0.8
|
||||
versionCode: 20
|
||||
commit: 846b9b8bb6e6cf04cd0021bdd37ed28b729a7f41
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- sed -i 's@\/\/await HttpHelper.default_server_option_first_launch(context);@await
|
||||
HttpHelper.default_server_option_first_launch(context);@' lib/pages/loading_page.dart
|
||||
- sed -i 's@\/\/GoogleFonts@GoogleFonts@' lib/main.dart
|
||||
- sed -i 's@\/\/LicenseRegistry@LicenseRegistry@' lib/main.dart
|
||||
- export version=$(cat flutter_version.txt)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- 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: 2.0.7
|
||||
CurrentVersionCode: 19
|
||||
CurrentVersion: 2.0.8
|
||||
CurrentVersionCode: 20
|
||||
|
|
|
|||
Loading…
Reference in a new issue