mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update kardi notes to 2.1.0 (23)
This commit is contained in:
parent
0edb02c7b5
commit
a542fda164
1 changed files with 32 additions and 2 deletions
|
|
@ -79,8 +79,38 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
|
||||
- versionName: 2.1.0
|
||||
versionCode: 23
|
||||
commit: da6fa29ccbe65f479d7e040dff06ccbf4532a1de
|
||||
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.9
|
||||
CurrentVersionCode: 22
|
||||
CurrentVersion: 2.1.0
|
||||
CurrentVersionCode: 23
|
||||
|
|
|
|||
Loading…
Reference in a new issue