Skip to content

Commit

Permalink
Release 5.14.0 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorherrmann-unico authored Sep 4, 2024
1 parent d4218e6 commit 566d6ef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 4.14.0

``Publicado: 04/09/2024``

- Atualização da sdk nativa Android
para `5.21.1` [release notes](https://developers.unico.io/docs/check/SDK/android/release-notesAndroidSDK#versão-5211)

## 4.13.0

``Publicado: 22/08/2024``
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation "io.unico:capture:5.20.0"
implementation "io.unico:capture:5.21.1"
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: unico_check
description: Esta biblioteca visa implementar a tecnologia unico check na plataforma flutter.
version: 4.13.0
version: 4.14.0
homepage: https://github.com/acesso-io/unico_check_flutter

environment:
Expand Down

0 comments on commit 566d6ef

Please sign in to comment.