Skip to content

v7.1.1

Choose a tag to compare

@plrthink plrthink released this 05 May 15:15
· 49 commits to master since this release

What's Changed

Bug Fixes

  • Fix Android build failure: invalid switch selector type double in getCompressionLevel (#342) by @FerRiv3ra
    • Cast compressionLevel to int before switch; fixes compilation error introduced in v7.1.0
    • Resolves #340 and #341

Contributors

Thanks to @FerRiv3ra for the fix!