Skip to content

Commit

Permalink
feat: update native libs (#123)
Browse files Browse the repository at this point in the history
* feat: update native libs

* feat: update native libs

---------

Co-authored-by: diniz-lucas <[email protected]>
  • Loading branch information
Diniz-Lucas and diniz-lucas authored Aug 8, 2024
1 parent 731373b commit e4d1855
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 4.11.0

``Publicado: 07/08/2024``

- Atualização da sdk nativa iOS
para `2.15.6` [release notes](https://developers.unico.io/docs/check/SDK/iOS/release-notesiOSSDK#versão-2152)
- Atualização da sdk nativa Android
para `5.19.0` [release notes](https://developers.unico.io/docs/check/SDK/android/release-notesAndroidSDK#versão-5170)

## 4.10.0-beta

``Publicado: 30/07/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.18.0-beta"
implementation "io.unico:capture:5.19.1"
}
2 changes: 1 addition & 1 deletion ios/unico_check.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Esta biblioteca visa implementar a tecnologia Unico.
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'unicocheck-ios', '2.15.5'
s.dependency 'unicocheck-ios', '2.15.6'
s.static_framework = false
s.platform = :ios, '11.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: unico_check
description: Esta biblioteca visa implementar a tecnologia unico check na plataforma flutter.
version: 4.10.0-beta
version: 4.11.0
homepage: https://github.com/acesso-io/unico_check_flutter

environment:
Expand Down

0 comments on commit e4d1855

Please sign in to comment.