From 891417f0e3883ac3c5dc724ea813ae61da1397e8 Mon Sep 17 00:00:00 2001 From: Tales Barreto Date: Wed, 27 Nov 2024 13:46:37 -0300 Subject: [PATCH] v2.2.1 (#19) --- CHANGELOG.md | 9 ++++++++- pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cc384b..bd5e032 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,15 @@ +## 2.2.1 + +- Android's Gradle script adapted to support new AGP versions + ## 2.2.0 -* Avoiding excessive memory usage when reading content from `content scheme` by only reading new data chunk when the previous one has been consumed. + +* Avoiding excessive memory usage when reading content from `content scheme` by only reading new + data chunk when the previous one has been consumed. * Min SDK version is now 2.17.0 ## 2.1.1 + * Fixing docs ## 2.1.0 diff --git a/pubspec.yaml b/pubspec.yaml index 814a8f3..afd2af0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: uri_content description: Get the Uint8List content of a given Uri. Supports file, data, content and http/https -version: 2.2.0 +version: 2.2.1 homepage: https://github.com/talesbarreto/uri_content topics: - uri