diff --git a/fast_barcode_scanner/CHANGELOG.md b/fast_barcode_scanner/CHANGELOG.md index ffc24516..2b5a22d4 100644 --- a/fast_barcode_scanner/CHANGELOG.md +++ b/fast_barcode_scanner/CHANGELOG.md @@ -1,3 +1,6 @@ +# 2.0.1 +- Namespace added + # 2.0.0-dev.2 - Analyze still images from binary or native image pickers on iOS and Android diff --git a/fast_barcode_scanner/android/build.gradle b/fast_barcode_scanner/android/build.gradle index f34c7408..7da19c81 100644 --- a/fast_barcode_scanner/android/build.gradle +++ b/fast_barcode_scanner/android/build.gradle @@ -25,6 +25,7 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' android { + namespace = "com.jhoogstraat.fast_barcode_scanner" compileSdkVersion 31 sourceSets { diff --git a/fast_barcode_scanner/pubspec.yaml b/fast_barcode_scanner/pubspec.yaml index 98d28a1e..db79b5a0 100644 --- a/fast_barcode_scanner/pubspec.yaml +++ b/fast_barcode_scanner/pubspec.yaml @@ -1,6 +1,6 @@ name: fast_barcode_scanner description: A fast barcode scanner using MLKit on Android and AVFoundation on iOS. -version: 2.0.0-dev.2 +version: 2.0.1 homepage: https://github.com/jhoogstraat/fast_barcode_scanner repository: https://github.com/jhoogstraat/fast_barcode_scanner