Skip to content

Commit

Permalink
Release 7.0.2
Browse files Browse the repository at this point in the history
* Fix issue #261 / #266 / #268: Calling startActivity() from outside of an Activity
* Fix issue #265: New release 7.0.0+ not getting a deeplink data on first launch, when app is on resume
* Fix issue #264: Android (PlayStore) : Branch SDK Params empty on background state
* Removing unused code
  • Loading branch information
RodrigoSMarques committed Dec 7, 2023
1 parent aecb97d commit 1d45a85
Show file tree
Hide file tree
Showing 12 changed files with 126 additions and 186 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 7.0.2
* Fix issue #261 / #266 / #268: Calling startActivity() from outside of an Activity
* Fix issue #265: New release 7.0.0+ not getting a deeplink data on first launch, when app is on resume
* Fix issue #264: Android (PlayStore) : Branch SDK Params empty on background state
* Removing unused code

## 7.0.1
* Fix issue #255: `Attempt to invoke virtual method 'int android.content.Intent.getFlags()' on a null object reference` when using FlutterFragmentActivity
* Fix issue #256: `A problem occurred configuring project ':flutter_branch_sdk'.` - Add compatibility with AGP 8 (Android Gradle Plugin)
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1d45a85

Please sign in to comment.