Skip to content

Commit

Permalink
Bump juniversalchardet to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amake committed May 28, 2024
1 parent dc3ef2c commit 13ab6e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flutter_charset_detector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The detectable charsets differ by platform according to the capabilities of the
underlying library; for specifics see:

- [iOS, macOS](https://gitlab.freedesktop.org/uchardet/uchardet/-/blob/v0.0.8/README.md#supported-languagesencodings)
- [Android](https://github.com/albfernandez/juniversalchardet/blob/v2.4.0/README.md#encodings-that-can-be-detected)
- [Android](https://github.com/albfernandez/juniversalchardet/blob/v2.5.0/README.md#encodings-that-can-be-detected)
- [Web](https://github.com/aadsm/jschardet/blob/v3.1.0/README.md#supported-charsets)

## Usage
Expand Down
2 changes: 1 addition & 1 deletion flutter_charset_detector_android/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.github.albfernandez:juniversalchardet:2.4.0'
implementation 'com.github.albfernandez:juniversalchardet:2.5.0'
}

0 comments on commit 13ab6e1

Please sign in to comment.