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