Skip to content

Commit

Permalink
update SDK version to 9.0.0 (#227)
Browse files Browse the repository at this point in the history
* SDK 9.0.0

* Update CHANGELOG.md
  • Loading branch information
rajiv-jouvet-idnow authored Oct 3, 2024
1 parent e33f27f commit e9b02da
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

### 9.0.0

- **Important**: This version consists of changes made to our SDK to ensure that it is compatible with Android 15. In order for your (host) application to be displayed on PlayStore for Android 15 devices, it is mandatory for it to target API Level 35. As you make the required changes to your application to make it compatible with Android 15, you have to make sure to use v9.0.0 (or above) of our Android SDK.

In addition to using v9.0.0 of our Android SDK, you also need to add* the following line of code in your build.gradle files:
```
android {
...
packagingOptions {
jniLibs {
useLegacyPackaging true
}
}
}
```
### 8.5.0

- **Removed AndroidPdfViewer**: We have replaced the AndroidPdfViewer library with a native implementation. This helps us get rid of an external library and have more control over our product.
Expand Down
Binary file added idnow-android-sdk-9.0.0.aar
Binary file not shown.

0 comments on commit e9b02da

Please sign in to comment.