Skip to content

Commit

Permalink
android v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amake committed Aug 26, 2024
1 parent 87ba3ec commit 3d932d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions flutter_charset_detector_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
## 2.1.1
## 3.0.0
* Bump juniversalchardet to 2.5.0
* Bump Kotlin to 1.7.10
* Bump compileSdk to 34
* Bump minSdk to 21

## 2.1.1
* Fix errors

## 2.1.0

* Add `detect` method to obtain the detected charset without decoding the
supplied bytes

Expand Down
2 changes: 1 addition & 1 deletion flutter_charset_detector_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_charset_detector_android
description: Android implementation of the flutter_charset_detector plugin.
version: 2.1.1
version: 3.0.0
homepage: https://github.com/amake/flutter_charset_detector

environment:
Expand Down

0 comments on commit 3d932d4

Please sign in to comment.