Skip to content

Commit

Permalink
feat: update beta test android (#122)
Browse files Browse the repository at this point in the history
Co-authored-by: diniz-lucas <[email protected]>
  • Loading branch information
Diniz-Lucas and diniz-lucas authored Jul 30, 2024
1 parent 018ea66 commit 731373b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
## 4.10.0
## 4.10.0-beta

``Publicado: 30/07/2024``

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

- ## 4.10.0

``Publicado: 01/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.17.0"
implementation "io.unico:capture:5.18.0-beta"
}
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.2'
s.dependency 'unicocheck-ios', '2.15.5'
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
version: 4.10.0-beta
homepage: https://github.com/acesso-io/unico_check_flutter

environment:
Expand Down

0 comments on commit 731373b

Please sign in to comment.