Skip to content

Commit

Permalink
v2.2.1 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
talesbarreto authored Nov 27, 2024
1 parent 873f9f6 commit 891417f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 891417f

Please sign in to comment.