Skip to content

Commit

Permalink
feat: Update native modules (#94)
Browse files Browse the repository at this point in the history
* feat: update native modules

* feat: update changelog

---------

Co-authored-by: diniz-lucas <[email protected]>
  • Loading branch information
Diniz-Lucas and diniz-lucas authored Jan 17, 2024
1 parent aca323b commit d3174f6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 4.3.0

``Publicado: 16/01/2024``

- Atualização da sdk nativa iOS
para `2.6.1` [release notes](https://developers.unico.io/docs/check/SDK/iOS/release-notesiOSSDK)
- Atualização da sdk nativa Android
para `5.7.0` [release notes](https://developers.unico.io/docs/check/SDK/android/release-notesAndroidSDK/)

## 4.2.0

``Publicado: 21/12/2023``
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.6.1"
implementation "io.unico:capture:5.7.0"
}
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.6.0'
s.dependency 'unicocheck-ios', '~> 2.6.1'
s.static_framework = false
s.platform = :ios, '11.0'

Expand Down

0 comments on commit d3174f6

Please sign in to comment.