Skip to content

Commit

Permalink
example: Change example dep version
Browse files Browse the repository at this point in the history
Signed-off-by: Caijinglong <[email protected]>
  • Loading branch information
CaiJingLong committed Apr 11, 2024
1 parent a1be003 commit 755224a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,3 @@ app.*.map.json
/android/app/debug
/android/app/profile
/android/app/release

pubspec.lock
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
compileSdkVersion 33
compileSdkVersion 34

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version: 1.0.1+4
environment:
sdk: ">=2.16.1 <3.0.0"
flutter: ">=3.3.0"

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
Expand All @@ -35,6 +35,7 @@ dependencies:
cupertino_icons: ^1.0.2
scan_barcode:
path: ../
camera_android: 0.10.8+2

dev_dependencies:
flutter_test:
Expand Down Expand Up @@ -87,7 +88,6 @@ flutter:
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages

# dependency_overrides:
# google_mlkit_barcode_scanning:
# git:
Expand Down

0 comments on commit 755224a

Please sign in to comment.