diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e898a84..56b7641 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: steps: # Setup Java environment in order to build the Android app. - uses: actions/checkout@v3 - - uses: actions/setup-java@v3.4.0 + - uses: actions/setup-java@v3.4.1 with: java-version: 11 distribution: temurin diff --git a/pubspec.yaml b/pubspec.yaml index cbc0b27..16ae85c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ environment: flutter: ">=2.5.0" dependencies: - camera: ^0.9.7 + camera: ">=0.9.7 <0.11.0" ffi: ^2.0.0 flutter: sdk: flutter diff --git a/zxscanner/pubspec.lock b/zxscanner/pubspec.lock index 665dbcf..08d9513 100644 --- a/zxscanner/pubspec.lock +++ b/zxscanner/pubspec.lock @@ -56,7 +56,7 @@ packages: name: build_config url: "https://pub.dartlang.org" source: hosted - version: "1.0.0" + version: "1.1.0" build_daemon: dependency: transitive description: @@ -77,7 +77,7 @@ packages: name: build_runner url: "https://pub.dartlang.org" source: hosted - version: "2.1.11" + version: "2.2.0" build_runner_core: dependency: transitive description: @@ -290,7 +290,7 @@ packages: name: flutter_native_splash url: "https://pub.dartlang.org" source: hosted - version: "2.2.4" + version: "2.2.5" flutter_plugin_android_lifecycle: dependency: transitive description: @@ -858,7 +858,7 @@ packages: name: url_launcher url: "https://pub.dartlang.org" source: hosted - version: "6.1.4" + version: "6.1.5" url_launcher_android: dependency: transitive description: diff --git a/zxscanner/pubspec.yaml b/zxscanner/pubspec.yaml index f3f4a11..650cdfb 100644 --- a/zxscanner/pubspec.yaml +++ b/zxscanner/pubspec.yaml @@ -29,17 +29,17 @@ dependencies: path_provider: ^2.0.11 share_plus: ^4.0.10 shared_preferences: ^2.0.15 - url_launcher: ^6.1.4 + url_launcher: ^6.1.5 flutter_intl: main_locale: en_US enabled: true dev_dependencies: - build_runner: ^2.1.11 + build_runner: ^2.2.0 # espresso: ^0.2.0+2 flutter_lints: ^2.0.1 - flutter_native_splash: ^2.2.4 # flutter pub run flutter_native_splash:create + flutter_native_splash: ^2.2.5 # flutter pub run flutter_native_splash:create flutter_test: sdk: flutter hive_generator: