Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
hillelcoren committed Aug 16, 2024
2 parents 88e5df0 + ec3537e commit 12c3423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const String kAppProductionUrl = 'https://invoicing.co';
const String kAppReactUrl = 'https://app.invoicing.co';
const String kAppStagingUrl = 'https://staging.invoicing.co';
const String kAppStagingNetUrl = 'https://invoiceninja.net';
const String kAppLargeTestUrl = 'https://testv5.invoicing.co';
const String kAppLargeTestUrl = 'https://testv5.invoicing.co/';
const String kFlutterDemoUrl = 'https://demo.invoiceninja.com';
const String kReactDemoUrl = 'https://react.invoicing.co/demo';
const String kWhiteLabelUrl =
Expand Down
1 change: 1 addition & 0 deletions pubspec.foss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ dependencies:
filesystem_picker: ^4.0.0
device_info_plus: ^9.1.0
ios_open_subscriptions_settings: ^0.0.4
connectivity_plus: ^6.0.3

dependency_overrides:
intl: any
Expand Down

0 comments on commit 12c3423

Please sign in to comment.