> For the complete documentation index, see [llms.txt](https://legacy-docs.usesmileid.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacy-docs.usesmileid.com/integration-options/mobile/android/smile-identity-ui/release-notes.md).

# Release Notes

{% hint style="danger" %}
This SDK is deprecated and will receive limited support. Please adopt the v10 SDK: [https://github.com/smileidentity/docs/blob/main/mobile/android/smile-identity-ui/broken-reference/README.md](https://github.com/smileidentity/docs/blob/main/mobile/android/smile-identity-ui/broken-reference/README.md "mention")
{% endhint %}

## 1.0.13

* Fixed issue with reenrolling user using the .setAllowNewEnroll method on the config
* Fixed issue with updating a user on file selfie using the .useEnrolledImage

  method on the config

## 0.3.0

* Added optional crash reporting for crashes caused by Smile ID SDKs

## 0.2.10

* Improved blur detection experience during document capture

## 0.2.9

* Improved blur detection experience during document capture

## 0.2.8

* Improved blur detection experience during document capture

## 0.2.7

* Improved the user experience with blur detection when capturing the documents

## 0.2.6

* Ability to customise copy on the document capture screen
* Added ability to set id type as passport/id card/ other which will enable the the correct aspect ratio for the document

## 0.2.5

* Updated project gradle wrapper to 7.5
* Updated gradle plugin to 7.2.1
* Updated target SDK to android 32
* Added blur to document live capture pipeline, SDK won't allow blurred captures capturedBlurryMessage attribute on the view will display the respective message
* Added darkness to document live capture pipeline, SDK won't allow dark captures\
  capturedDarkMessage attribute on the view will display the respective message
* Better messaging for document capture

## 0.2.4

* Document capture improvements and [Smile ID SDK version 7.3.10 improvements](https://legacy-docs.usesmileid.com/integration-options/mobile/android/smile-identity-ui/pages/-Mah7OCUIwsHTRn0hnG0#7.3.10)
* Minor bug fixes

*Known issue of a bad crop when capturing documents on a samsung S8*

## 0.2.3

* Document capture improvements and [Smile ID SDK version 7.3.10 improvements](https://legacy-docs.usesmileid.com/integration-options/mobile/android/smile-identity-ui/pages/-Mah7OCUIwsHTRn0hnG0#7.3.10)
* Dark mode opt out from Selfie. ID and Selfie review screens

*Known issue of a bad crop when capturing documents on a samsung S8*

## 0.2.2

* UI customisations improvements

## 0.2.1

* Introduced UI customisations


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://legacy-docs.usesmileid.com/integration-options/mobile/android/smile-identity-ui/release-notes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
