Skip to content

Commit cc4b04e

Browse files
BreX900SimoneBressan
authored andcommitted
- chore: Update rxdart constraints to >=0.27.0 <0.28.0
1 parent 4957502 commit cc4b04e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 3.8.1
2+
3+
* Update rxdart constraints to `>=0.27.0 <0.28.0`
4+
15
## 3.8.0
26

37
* [BUGFIX] No signature of method: build_…android() applicable for argument types: (build__run_closure2) ( #24 ) thanks @ghostman2013

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: secure_application
22
description: Secure app content visibility when user leave app. It will hide content
33
in the app switcher and display a frost barrier above locked content when the user get backs
4-
version: 3.8.0
4+
version: 3.8.1
55
homepage: https://github.com/neckaros/secure_application
66

77
environment:
@@ -14,7 +14,7 @@ dependencies:
1414
flutter_web_plugins:
1515
sdk: flutter
1616
flutter_plugin_android_lifecycle: ^2.0.0
17-
rxdart: ^0.27.3
17+
rxdart: '>=0.27.0 <0.29.0'
1818

1919
dev_dependencies:
2020
flutter_test:

0 commit comments

Comments
 (0)