Navaron Bracke

remove kotlin BOM; update gitignore

@@ -104,6 +104,10 @@ unlinked_spec.ds @@ -104,6 +104,10 @@ unlinked_spec.ds
104 **/macos/Flutter/GeneratedPluginRegistrant.swift 104 **/macos/Flutter/GeneratedPluginRegistrant.swift
105 **/macos/Flutter/ephemeral 105 **/macos/Flutter/ephemeral
106 106
  107 +# Swift Package Manager related
  108 +.build/
  109 +.swiftpm/
  110 +
107 # Coverage 111 # Coverage
108 coverage/ 112 coverage/
109 113
  1 +## 6.0.8
  2 +Improvements:
  3 +* [Android] Remove the dependency on `org.jetbrains.kotlin:kotlin-bom`.
  4 +
1 ## 6.0.7 5 ## 6.0.7
2 Improvements: 6 Improvements:
3 * [Android] Updated bundled barcode scanning library to v17.3.0 7 * [Android] Updated bundled barcode scanning library to v17.3.0
@@ -73,10 +73,6 @@ dependencies { @@ -73,10 +73,6 @@ dependencies {
73 implementation 'com.google.mlkit:barcode-scanning:17.3.0' 73 implementation 'com.google.mlkit:barcode-scanning:17.3.0'
74 } 74 }
75 75
76 - // org.jetbrains.kotlin:kotlin-bom artifact purpose is to align kotlin stdlib and related code versions.  
77 - // See: https://youtrack.jetbrains.com/issue/KT-55297/kotlin-stdlib-should-declare-constraints-on-kotlin-stdlib-jdk8-and-kotlin-stdlib-jdk7  
78 - implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.22"))  
79 -  
80 implementation 'androidx.camera:camera-lifecycle:1.3.4' 76 implementation 'androidx.camera:camera-lifecycle:1.3.4'
81 implementation 'androidx.camera:camera-camera2:1.3.4' 77 implementation 'androidx.camera:camera-camera2:1.3.4'
82 implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3' 78 implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'
@@ -11,3 +11,5 @@ GeneratedPluginRegistrant.java @@ -11,3 +11,5 @@ GeneratedPluginRegistrant.java
11 key.properties 11 key.properties
12 **/*.keystore 12 **/*.keystore
13 **/*.jks 13 **/*.jks
  14 +
  15 +**/.cxx
1 name: mobile_scanner 1 name: mobile_scanner
2 description: A universal barcode and QR code scanner for Flutter based on MLKit. Uses CameraX on Android, AVFoundation on iOS and Apple Vision & AVFoundation on macOS. 2 description: A universal barcode and QR code scanner for Flutter based on MLKit. Uses CameraX on Android, AVFoundation on iOS and Apple Vision & AVFoundation on macOS.
3 -version: 6.0.7 3 +version: 6.0.8
4 repository: https://github.com/juliansteenbakker/mobile_scanner 4 repository: https://github.com/juliansteenbakker/mobile_scanner
5 5
6 screenshots: 6 screenshots: