You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New LCP Profiles are appearing, embedded in the LCP precompiled library. The Kolin code contains a filter on the profiles allowed and this filter must now be extended in the 2.x version of the toolkit.
nb: a smarter solution will be adopted in the 3.x version of the toolkit.
Describe the bug
New LCP Profiles are appearing, embedded in the LCP precompiled library. The Kolin code contains a filter on the profiles allowed and this filter must now be extended in the 2.x version of the toolkit.
nb: a smarter solution will be adopted in the 3.x version of the toolkit.
How to reproduce?
Please make adjustments to the Readium Kotlin Toolkit by adding new values to supportedProfiles.
in
https://github.com/readium/kotlin-toolkit/blob/develop/readium/lcp/src/main/java/org/readium/r2/lcp/license/LicenseValidation.kt#L38
Values are in the form
"http://readium.org/lcp/profile-2.0",
to
"http://readium.org/lcp/profile-2.9",
Readium version
2.7
Android API version
x
Additional context
No response
The text was updated successfully, but these errors were encountered: