From f7d1f3571270d009d0edd10afe03517dbeba4f3a Mon Sep 17 00:00:00 2001 From: Harsh Bhikadia Date: Thu, 28 Dec 2023 18:32:07 +0530 Subject: [PATCH] chore(release): bump to v0.2.5 --- .all-contributorsrc | 9 +++++++++ CHANGELOG.md | 6 ++++++ README.md | 3 ++- pubspec.yaml | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 0df6e2f..aa72115 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -66,6 +66,15 @@ "contributions": [ "code" ] + }, + { + "login": "derrickgw", + "name": "Derrick Gibelyou", + "avatar_url": "https://avatars.githubusercontent.com/u/26449929?v=4", + "profile": "https://github.com/derrickgw", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/CHANGELOG.md b/CHANGELOG.md index 34d7399..9acfd6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.5 + +* **FIX**: android: upgrade to gradle 8.2 +* **FEAT**: add namespace directive for gradle 8.0 compatibility (#25) +* **FEAT**: Gradle 8.2.0 compatibility (#26) + ## 0.2.4 * **FEAT**: added support for ByteArrays (#19) diff --git a/README.md b/README.md index 2e05a87..11801cb 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

-All Contributors +All Contributors pub.dev analysis @@ -166,6 +166,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d eric-nextsense
eric-nextsense

🐛 💻 Tanay Neotia
Tanay Neotia

🐛 💻 Geert-Johan Riemer
Geert-Johan Riemer

💻 + Derrick Gibelyou
Derrick Gibelyou

💻 diff --git a/pubspec.yaml b/pubspec.yaml index 1ac2cc3..e17fb63 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: receive_intent description: Flutter plugin for passing Android Intents to the Flutter environment. -version: 0.2.4 +version: 0.2.5 homepage: https://github.com/daadu/receive_intent environment: