Skip to content

Commit

Permalink
Release 10.0.0-beta05 (#21)
Browse files Browse the repository at this point in the history
* release 10.0.0-beta05

* release 10.0.0-beta05
  • Loading branch information
jumaallan authored Nov 7, 2023
1 parent 34461ae commit 157755e
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,5 +1,14 @@
# Changelog

# 10.0.0-beta05
- [Android] Fixed retry document submission on failed document submission
- [Android] Fixed missing entered key in BiometricKYC
- [Android] Added jobId on SmartSelfieEnrollmentFragment and SmartSelfieAuthenticationFragment
- [Android] Added showInstructions on SmartSelfieEnrollmentFragment
- [Android] Fix bug where showAttirubtion was not respected on the Consent Denied screen
- [Android] Increased selfie capture resolution to 640px
- [Android] Fixed a bug where the document preview showed a black box for some older devices
-
# 10.0.0-beta04
- [Android] Fix bug where Composable state did not get reset

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group "com.smileidentity.flutter"
version findProperty("SDK_VERSION") ?: "10.0.0-beta09"
version findProperty("SDK_VERSION") ?: "10.0.0-beta12"

buildscript {
ext.kotlin_version = "1.9.10"
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: smile_id
description: The Official Smile ID Flutter SDK
version: 10.0.0-beta04
version: 10.0.0-beta05
homepage: "https://usesmileid.com"

environment:
Expand Down

0 comments on commit 157755e

Please sign in to comment.