mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-20 21:04:50 +00:00
Update Invoice Ninja to 5.0.77 (77)
This commit is contained in:
parent
6ff1661407
commit
bc7fa1a149
1 changed files with 28 additions and 2 deletions
|
|
@ -374,8 +374,34 @@ Builds:
|
||||||
- $$flutter$$/bin/flutter build apk
|
- $$flutter$$/bin/flutter build apk
|
||||||
ndk: r20
|
ndk: r20
|
||||||
|
|
||||||
|
- versionName: 5.0.77
|
||||||
|
versionCode: 77
|
||||||
|
commit: 4376986707a429fd7f49feba7aeed555fe4fe8f9
|
||||||
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@2.6.0-11.0.pre
|
||||||
|
rm:
|
||||||
|
- ios
|
||||||
|
- linux
|
||||||
|
- macos
|
||||||
|
- 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/oauth.dart.foss lib/utils/oauth.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
|
||||||
|
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.76
|
CurrentVersion: 5.0.77
|
||||||
CurrentVersionCode: 76
|
CurrentVersionCode: 77
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue