Skip to content

Commit

Permalink
Release 4.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorherrmann-unico committed Oct 9, 2024
1 parent 9f3aa0e commit db13fae
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.18.0

``Publicado: 09/10/2024``

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

## 4.17.0

``Publicado: 04/10/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.23.0"
implementation "io.unico:capture:5.23.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.17.0
version: 4.18.0
homepage: https://github.com/acesso-io/unico_check_flutter

environment:
Expand Down

0 comments on commit db13fae

Please sign in to comment.