mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Invoice Ninja: fix 5.0.86
This commit is contained in:
parent
bd35b35615
commit
21a1363fb2
1 changed files with 6 additions and 6 deletions
|
|
@ -504,10 +504,9 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk
|
||||
ndk: r20
|
||||
|
||||
- versionName: 5.0.86
|
||||
versionCode: 86
|
||||
disable: https://github.com/invoiceninja/admin-portal/issues/441
|
||||
commit: b9658f59660ba6bfc1c3ba81d26d023dc0ff786b
|
||||
- versionName: 5.0.87
|
||||
versionCode: 87
|
||||
commit: 10b2c6794cf87c969335f0f0f4d46f3b5591cf2e
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.0.3
|
||||
|
|
@ -524,6 +523,7 @@ Builds:
|
|||
- 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/upgrade_dialog.dart.foss lib/ui/app/upgrade_dialog.dart
|
||||
- cp android/app/src/main/AndroidManifest.foss.xml android/app/src/main/AndroidManifest.xml
|
||||
|
|
@ -537,5 +537,5 @@ Builds:
|
|||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 5.0.86
|
||||
CurrentVersionCode: 86
|
||||
CurrentVersion: 5.0.87
|
||||
CurrentVersionCode: 87
|
||||
|
|
|
|||
Loading…
Reference in a new issue