Skip to content

Commit 98d961c

Browse files
Release 8.9.0+1
* Updated `README.MD` with correct configuration for `branch-config.json`.
2 parents 14e82e8 + 389127e commit 98d961c

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1+
## 8.9.0+1
2+
### 🎉 Fixes
3+
* Updated `README.MD` with correct configuration for `branch-config.json`.
4+
15
## 8.9.0
26
### 🎉 Features & Fixes
37
* **Android:** Resolved build warnings (`unchecked or unsafe operations, deprecated api`) for a cleaner build process.
48
* **Android:** Updated plugin configuration to ensure compatibility with Android Gradle Plugin (AGP) 8.6.x (16KB Page Size).
59
* **Android:** ⚠️ Updated the `showShareSheet` function, which now requires a minimum of API level 22 (Android 5.1) to work correctly.
610
* **iOS:** Improved plugin stability by adding consistency checks to safely handle all incoming data from Flutter and prevent crashes.
711
* **iOS:** Modernized native code to ensure compatibility with recent APIs.
8-
* Fixed linter warnings to improve code quality and maintainability.
12+
* Fixed Flutter linter warnings to improve code quality and maintainability.
913

1014
### 🗑️ Removals
1115
* The deprecated method `FlutterBranchSdk.disableTracking()` has been removed.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,12 +224,12 @@ Copy and paste the following structure into your `assets/branch-config.json` fil
224224

225225
```json
226226
{
227-
"apiUrl": "https://api.myapi.com/"
227+
"apiUrl": "https://api.myapp.com",
228228
"branchKey": "key_live_test_xxxx_yyyy",
229229
"liveKey": "key_live_xxxx",
230230
"testKey": "key_test_yyyy",
231231
"enableLogging": true,
232-
"useTestInstance": true,
232+
"useTestInstance": true
233233
}
234234
```
235235

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_branch_sdk
22
description: "Flutter Plugin for create deep link using Brach SDK (https://branch.io). This plugin provides a cross-platform (iOS, Android, Web)."
3-
version: 8.9.0
3+
version: 8.9.0+1
44
repository: https://github.com/RodrigoSMarques/flutter_branch_sdk
55

66
environment:

0 commit comments

Comments
 (0)