-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Update Smile Android SDK to version 11.1.6 and add smileSensitivity parameter #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
User description
Story: https://app.shortcut.com/smileid/story/xxx
Summary
A few sentences/bullet points about the changes
Known Issues
Any shortcomings in your work. This may include corner cases not correctly handled or issues related
to but not within the scope of your PR. Design compromises should be discussed here if they were not
already discussed above.
Test Instructions
Concise test instructions on how to verify that your feature works as intended. This should include
changes to the development environment (if applicable) and all commands needed to run your work.
Screenshot
If applicable (e.g. UI changes), add screenshots to help explain your work.
PR Type
Enhancement
Description
Updated Smile Android SDK from version 11.1.5 to 11.1.6-20251223.105338-1
Added
smileSensitivityparameter withNORMALvalue to SmartSelfie and DocumentVerification flowsRemoved obsolete
uses-sdkoverride declaration from AndroidManifestImported
SmileSensitivitymodel for sensitivity configurationFile Walkthrough
libs.versions.toml
Bump Smile Android SDK versiongradle/libs.versions.toml
smile-android-sdkversion from 11.1.5 to11.1.6-20251223.105338-1
AndroidManifest.xml
Remove obsolete SDK override declarationsample/src/main/AndroidManifest.xml
uses-sdktools override for Google Play Services commonlibrary
MainScreen.kt
Add smile sensitivity configuration to biometric flowssample/src/main/java/com/smileidentity/sample/compose/MainScreen.kt
SmileSensitivitymodelsmileSensitivity = SmileSensitivity.NORMALparameter toSmartSelfieEnrollment
smileSensitivity = SmileSensitivity.NORMALparameter toSmartSelfieAuthentication
smileSensitivity = SmileSensitivity.NORMALparameter toDocumentVerification