mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-03 12:46:52 +00:00
Update Invoice Ninja to 5.0.117 (117)
This commit is contained in:
parent
293041dd01
commit
fe745cc2ba
1 changed files with 41 additions and 2 deletions
|
|
@ -959,11 +959,50 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk
|
||||
ndk: r20
|
||||
|
||||
- versionName: 5.0.117
|
||||
versionCode: 117
|
||||
commit: 68279dfbb911060abae323ecc6429481d9263cb1
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.7.6
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- samples
|
||||
- snap
|
||||
- test_driver
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- cp lib/.env.dart.example lib/.env.dart
|
||||
- cp android/app/build.gradle.dev android/app/build.gradle
|
||||
- cp android/build.gradle.foss android/build.gradle
|
||||
- cp lib/utils/app_review.dart.foss lib/utils/app_review.dart
|
||||
- cp lib/utils/oauth.dart.foss lib/utils/oauth.dart
|
||||
- cp lib/ui/app/pinput.dart.foss lib/ui/app/pinput.dart
|
||||
- cp lib/ui/app/upgrade_dialog.dart.foss lib/ui/app/upgrade_dialog.dart
|
||||
- cp android/app/src/main/AndroidManifest.foss.xml android/app/src/main/AndroidManifest.xml
|
||||
- cp pubspec.foss.yaml pubspec.yaml
|
||||
- sed -i -e '/google_sign_in/d' -e '/in_app_review/d' -e '/in_app_purchase/d'
|
||||
pubspec.yaml
|
||||
- sed -i -e '/^ google_sign_in/,/version:/d' -e '/^ in_app_review/,/version:/d'
|
||||
-e '/^ in_app_purchase/,/version:/d' pubspec.lock
|
||||
- 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
|
||||
ndk: r20
|
||||
|
||||
MaintainerNotes: server soft uses Elastic-2.0 license which is approved neither by
|
||||
OSI nor FSF, see https://invoiceninja.github.io/docs/legal/license/
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 5.0.114
|
||||
CurrentVersionCode: 114
|
||||
CurrentVersion: 5.0.117
|
||||
CurrentVersionCode: 117
|
||||
|
|
|
|||
Loading…
Reference in a new issue