diff --git a/.pubignore b/.pubignore index 3a3800f..151a087 100644 --- a/.pubignore +++ b/.pubignore @@ -33,4 +33,6 @@ zxscanner/ # Ignore ZXing-CPP unneeded files src/zxing/* +!src/zxing/CMakeLists.txt +!src/zxing/zxing.cmake !src/zxing/core/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 72e3533..a108994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.0-beta.6 + +* Fixed compilation issue on Android + ## 1.0.0-beta.5 * Fixed compilation issue on Android diff --git a/pubspec.yaml b/pubspec.yaml index 83433f5..b2f0701 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_zxing description: A barcode scanner and generator natively in Flutter with Dart FFI based on ZXing. -version: 1.0.0-beta.5 +version: 1.0.0-beta.6 repository: https://github.com/khoren93/flutter_zxing environment: