Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 715 Bytes

CHANGELOG.md

File metadata and controls

38 lines (23 loc) · 715 Bytes

2.1.0

  • [Android] Removed V1 embedding
  • [Android] removed obsolete android.enableR8
  • [Android] updated to Kotlin 1.5.30
  • [Android] upgraded gradle
  • [Android] jcenter => mavenCentral
  • [Android] set compileSdkVersion to 31
  • [iOS] updated Swift version to 5.0

2.0.1

[Android] Updated compileSdkVersion and targetSdkVersion to 30 [Android] Fixed #1

2.0.0

  • saveAsJpeg: replaced parameter ScaleMode with canScaleUp

1.0.0

  • Null safety.

0.0.4

[Android] Fixed: any thrown exception caused crash. Now exception is delivered correctly to caller.

0.0.3

  • [Android] Improved error handling.

0.0.2

  • [iOS] Use background thread to keep UI more responsive.

0.0.1

  • Initial release.