Skip to content
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

update SDK version to 9.0.0 #227

Merged
merged 2 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.