Skip to content

Commit

Permalink
[jnigen] Bump SDK constraint to 4.0.0 (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes authored Feb 16, 2023
1 parent 460a415 commit cf599de
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion pkgs/jni/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: ">=2.17.5 <3.0.0"
sdk: ">=2.17.5 <4.0.0"

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand Down
2 changes: 1 addition & 1 deletion pkgs/jni/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.3.0
repository: https://github.com/dart-lang/jnigen/tree/main/jni

environment:
sdk: ">=2.17.1 <3.0.0"
sdk: ">=2.17.1 <4.0.0"
flutter: ">=2.11.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/jni/third_party/ffigen_patch_jni/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: Generator for FFI bindings, using LibClang to parse C header files.
repository: https://github.com/dart-lang/ffigen

environment:
sdk: '>=2.17.0 <3.0.0'
sdk: '>=2.17.0 <4.0.0'

dependencies:
ffi: ^2.0.0
Expand Down
2 changes: 1 addition & 1 deletion pkgs/jnigen/example/in_app_java/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: ">=2.17.6 <3.0.0"
sdk: ">=2.17.6 <4.0.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/jnigen/example/kotlin_plugin/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: "none"
version: 1.0.0+1

environment:
sdk: ">=2.19.0-444.3.beta <3.0.0"
sdk: ">=2.19.0-444.3.beta <4.0.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/jnigen/example/kotlin_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 0.0.1
publish_to: none

environment:
sdk: '>=2.19.0-444.3.beta <3.0.0'
sdk: '>=2.19.0-444.3.beta <4.0.0'
flutter: ">=1.17.0"

dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: '>=2.17.6 <3.0.0'
sdk: '>=2.17.6 <4.0.0'

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/jnigen/example/notification_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none
homepage: https://github.com/dart-lang/jnigen

environment:
sdk: '>=2.17.6 <3.0.0'
sdk: '>=2.17.6 <4.0.0'
flutter: ">=2.11.0"

dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none
# homepage: https://www.example.com

environment:
sdk: '>=2.17.6 <3.0.0'
sdk: '>=2.17.6 <4.0.0'

dependencies:
path: ^1.8.0
Expand Down
2 changes: 1 addition & 1 deletion pkgs/jnigen/example/pdfbox_plugin/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: ">=2.17.6 <3.0.0"
sdk: ">=2.17.6 <4.0.0"

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand Down
2 changes: 1 addition & 1 deletion pkgs/jnigen/example/pdfbox_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: none
homepage: https://github.com/dart-lang/jnigen

environment:
sdk: ">=2.17.6 <3.0.0"
sdk: ">=2.17.6 <4.0.0"
#flutter: ">=2.11.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/jnigen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: Experimental generator for FFI+JNI bindings.
repository: https://github.com/dart-lang/jnigen/tree/main/jnigen

environment:
sdk: '>=2.17.0 <3.0.0'
sdk: '>=2.17.0 <4.0.0'

dependencies:
json_annotation: ^4.8.0
Expand Down

0 comments on commit cf599de

Please sign in to comment.