Update version
This commit is contained in:
parent
4d47cbee43
commit
f8d6c46db1
|
|
@ -8,7 +8,7 @@ class Constants {
|
|||
}
|
||||
|
||||
// TODO remove version once #46609 is fixed
|
||||
const String kClientVersion = '5.0.27';
|
||||
const String kClientVersion = '5.0.28';
|
||||
const String kMinServerVersion = '5.0.4';
|
||||
|
||||
const String kAppName = 'Invoice Ninja';
|
||||
|
|
|
|||
|
|
@ -557,7 +557,7 @@ packages:
|
|||
name: intl
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "0.16.1"
|
||||
version: "0.17.0-nullsafety.2"
|
||||
io:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
@ -837,7 +837,7 @@ packages:
|
|||
name: rounded_loading_button
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "1.0.16"
|
||||
version: "1.0.17"
|
||||
rxdart:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: invoiceninja_flutter
|
||||
description: Client for Invoice Ninja
|
||||
version: 5.0.27+27
|
||||
version: 5.0.28+28
|
||||
author: Hillel Coren
|
||||
homepage: https://invoiceninja.com
|
||||
documentation: http://docs.invoiceninja.com
|
||||
|
|
@ -64,8 +64,8 @@ dependencies:
|
|||
extended_image: 1.3.1-dev #TODO remove
|
||||
|
||||
# https://github.com/flutter/flutter/issues/70433#issuecomment-727154345
|
||||
#dependency_overrides:
|
||||
#vf intl: ^0.17.0-nullsafety.2
|
||||
dependency_overrides:
|
||||
intl: ^0.17.0-nullsafety.2
|
||||
|
||||
dev_dependencies:
|
||||
flutter_driver:
|
||||
|
|
|
|||
Loading…
Reference in New Issue