Volodymyr

Add a note about compileSDK requirements

@@ -4,11 +4,17 @@ BREAKING CHANGES: @@ -4,11 +4,17 @@ BREAKING CHANGES:
4 * [Android] Java version has been upgraded to version 17. 4 * [Android] Java version has been upgraded to version 17.
5 5
6 ## 3.5.7 6 ## 3.5.7
  7 +
  8 +NOTE: This version requires your project to have compileSDK 34 on Android
  9 +
7 Improvements: 10 Improvements:
8 * Updated js dependency together with other dependencies. 11 * Updated js dependency together with other dependencies.
9 * Reverted compileSdk version to 33 on Android. This update will be released under version 4.0.0. 12 * Reverted compileSdk version to 33 on Android. This update will be released under version 4.0.0.
10 13
11 ## 3.5.6 14 ## 3.5.6
  15 +
  16 +NOTE: This version requires your project to have compileSDK 34 on Android
  17 +
12 Bugs fixed: 18 Bugs fixed:
13 * [web] Fixed a crash with the ZXing barcode format (thanks @hazzo!) 19 * [web] Fixed a crash with the ZXing barcode format (thanks @hazzo!)
14 * [web] Fixed stream controller not being closed on web. 20 * [web] Fixed stream controller not being closed on web.
@@ -22,14 +28,23 @@ Improvements: @@ -22,14 +28,23 @@ Improvements:
22 * [Android] Migrated to ResolutionSelector with ResolutionStrategy. You can opt in into the new selector by setting [useNewCameraSelector] in the [MobileScannerController] to true. 28 * [Android] Migrated to ResolutionSelector with ResolutionStrategy. You can opt in into the new selector by setting [useNewCameraSelector] in the [MobileScannerController] to true.
23 29
24 ## 3.5.5 30 ## 3.5.5
  31 +
  32 +NOTE: This version requires your project to have compileSDK 34 on Android
  33 +
25 Bugs fixed: 34 Bugs fixed:
26 * Fixed a bug where the scanner would get stuck after denying permissions on Android. (thanks @navaronbracke !) 35 * Fixed a bug where the scanner would get stuck after denying permissions on Android. (thanks @navaronbracke !)
27 36
28 ## 3.5.4 37 ## 3.5.4
  38 +
  39 +NOTE: This version requires your project to have compileSDK 34 on Android
  40 +
29 Bugs fixed: 41 Bugs fixed:
30 * Fixed a bug with an implicit conversion to integer for the scan timeout for iOS. (thanks @EArminjon !) 42 * Fixed a bug with an implicit conversion to integer for the scan timeout for iOS. (thanks @EArminjon !)
31 43
32 ## 3.5.2 44 ## 3.5.2
  45 +
  46 +NOTE: This version requires your project to have compileSDK 34 on Android
  47 +
33 Improvements: 48 Improvements:
34 * Updated to `play-services-mlkit-barcode-scanning` version 18.3.0 49 * Updated to `play-services-mlkit-barcode-scanning` version 18.3.0
35 50
@@ -41,6 +56,9 @@ Bugs fixed: @@ -41,6 +56,9 @@ Bugs fixed:
41 * Fixed a synchronization issue for the torch state. (thanks @navaronbracke !) 56 * Fixed a synchronization issue for the torch state. (thanks @navaronbracke !)
42 57
43 ## 3.5.1 58 ## 3.5.1
  59 +
  60 +NOTE: This version requires your project to have compileSDK 34 on Android
  61 +
44 Improvements: 62 Improvements:
45 * The `type` of an `Address` is now non-null. 63 * The `type` of an `Address` is now non-null.
46 * The `type` of an `Email` is now non-null. 64 * The `type` of an `Email` is now non-null.
@@ -60,6 +78,9 @@ Bugs fixed: @@ -60,6 +78,9 @@ Bugs fixed:
60 * Fixed messages not being sent on the main thread for Android, iOS and MacOS. (thanks @navaronbracke !) 78 * Fixed messages not being sent on the main thread for Android, iOS and MacOS. (thanks @navaronbracke !)
61 79
62 ## 3.5.0 80 ## 3.5.0
  81 +
  82 +NOTE: This version requires your project to have compileSDK 34 on Android
  83 +
63 New Features: 84 New Features:
64 * Added the option to switch between bundled and unbundled MLKit for Android. (thanks @woolfred !) 85 * 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 !) 86 * Added the option to specify the camera resolution for Android. (thanks @EArminjon !)