Skip to content

Commit

Permalink
realease 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neckaros committed Jan 17, 2022
1 parent 89380b2 commit c87dddd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.8.0

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

## 3.7.3

* [BUGFIX] nativeRemoveDelay is null and that makes the app crash ( #16 )
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.7.3"
version: "3.8.0"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: secure_application
description: Secure app content visibility when user leave app. It will hide content
in the app switcher and display a frost barrier above locked content when the user get backs
version: 3.7.3
version: 3.8.0
homepage: https://github.com/neckaros/secure_application

environment:
Expand Down

0 comments on commit c87dddd

Please sign in to comment.