Report fixes

This commit is contained in:
Hillel Coren 2022-07-21 09:04:55 +03:00
parent 887ab0cdc6
commit 0b2c2bb10a
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ const String kGitHubDiffUrl =
'https://github.com/invoiceninja/invoiceninja/compare/vVERSION...v5-stable'; 'https://github.com/invoiceninja/invoiceninja/compare/vVERSION...v5-stable';
const String kGitHubLangUrl = const String kGitHubLangUrl =
'https://github.com/invoiceninja/invoiceninja/blob/master/resources/lang/en/texts.php'; 'https://github.com/invoiceninja/invoiceninja/blob/master/resources/lang/en/texts.php';
const String kStatusCheckUrl = 'https://status.invoiceninja.com'; const String kStatusCheckUrl = 'https://status.invoiceninja.com/';
const String kGoogleAnalyticsUrl = const String kGoogleAnalyticsUrl =
'https://support.google.com/analytics/answer/1037249?hl=en'; 'https://support.google.com/analytics/answer/1037249?hl=en';

View File

@ -68,7 +68,7 @@ dependencies:
git: git:
url: https://github.com/superlistapp/super_editor.git url: https://github.com/superlistapp/super_editor.git
path: super_editor path: super_editor
ref: 631_paint-multiple-selections ref: typing-fade-prototype
html2md: ^1.2.5 html2md: ^1.2.5
printing: ^5.8.0 printing: ^5.8.0
image_cropper: ^2.0.2 image_cropper: ^2.0.2