Navaron Bracke

remove kotlin BOM; update gitignore

... ... @@ -104,6 +104,10 @@ unlinked_spec.ds
**/macos/Flutter/GeneratedPluginRegistrant.swift
**/macos/Flutter/ephemeral
# Swift Package Manager related
.build/
.swiftpm/
# Coverage
coverage/
... ...
## 6.0.8
Improvements:
* [Android] Remove the dependency on `org.jetbrains.kotlin:kotlin-bom`.
## 6.0.7
Improvements:
* [Android] Updated bundled barcode scanning library to v17.3.0
... ...
... ... @@ -73,10 +73,6 @@ dependencies {
implementation 'com.google.mlkit:barcode-scanning:17.3.0'
}
// org.jetbrains.kotlin:kotlin-bom artifact purpose is to align kotlin stdlib and related code versions.
// See: https://youtrack.jetbrains.com/issue/KT-55297/kotlin-stdlib-should-declare-constraints-on-kotlin-stdlib-jdk8-and-kotlin-stdlib-jdk7
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.22"))
implementation 'androidx.camera:camera-lifecycle:1.3.4'
implementation 'androidx.camera:camera-camera2:1.3.4'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'
... ...
... ... @@ -11,3 +11,5 @@ GeneratedPluginRegistrant.java
key.properties
**/*.keystore
**/*.jks
**/.cxx
\ No newline at end of file
... ...
name: mobile_scanner
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.
version: 6.0.7
version: 6.0.8
repository: https://github.com/juliansteenbakker/mobile_scanner
screenshots:
... ...