mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Invoice Ninja to 5.0.100 (100)
This commit is contained in:
parent
7c6a4fe64e
commit
72f3898d00
1 changed files with 35 additions and 2 deletions
|
|
@ -636,8 +636,41 @@ Builds:
|
||||||
- $$flutter$$/bin/flutter build apk
|
- $$flutter$$/bin/flutter build apk
|
||||||
ndk: r20
|
ndk: r20
|
||||||
|
|
||||||
|
- versionName: 5.0.100
|
||||||
|
versionCode: 100
|
||||||
|
commit: b5d2d600d66ef189d8defb7954938a02c0467950
|
||||||
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@3.3.2
|
||||||
|
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
|
||||||
|
- sed -e 's/4.1.0/7.1.2/' 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
|
||||||
|
- rm pubspec.lock
|
||||||
|
- sed -i -e '/google_sign_in/d' -e '/in_app_review/d' -e '/in_app_purchase/d'
|
||||||
|
pubspec.yaml
|
||||||
|
build:
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter build apk
|
||||||
|
ndk: r20
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^v.*$
|
UpdateCheckMode: Tags ^v.*$
|
||||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 5.0.97
|
CurrentVersion: 5.0.100
|
||||||
CurrentVersionCode: 97
|
CurrentVersionCode: 100
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue