Navaron Bracke
Committed by GitHub

Merge pull request #946 from vbuberen/fix/release_notes

docs: Add note about compileSDK requirements
@@ -60,6 +60,9 @@ Bugs fixed: @@ -60,6 +60,9 @@ Bugs fixed:
60 * Fixed messages not being sent on the main thread for Android, iOS and MacOS. (thanks @navaronbracke !) 60 * Fixed messages not being sent on the main thread for Android, iOS and MacOS. (thanks @navaronbracke !)
61 61
62 ## 3.5.0 62 ## 3.5.0
  63 +
  64 +**NOTE: From this version onwards, `mobile_scanner` requires Android projects to have a `compileSdk` of 34 (Android 14) or higher**
  65 +
63 New Features: 66 New Features:
64 * Added the option to switch between bundled and unbundled MLKit for Android. (thanks @woolfred !) 67 * Added the option to switch between bundled and unbundled MLKit for Android. (thanks @woolfred !)
65 * Added the option to specify the camera resolution for Android. (thanks @EArminjon !) 68 * Added the option to specify the camera resolution for Android. (thanks @EArminjon !)