From cf599de8904c6fdcfd5e5aecf181fa65c3f1a4ee Mon Sep 17 00:00:00 2001 From: Daco Harkes Date: Thu, 16 Feb 2023 18:20:36 +0100 Subject: [PATCH] [jnigen] Bump SDK constraint to 4.0.0 (#190) --- pkgs/jni/example/pubspec.yaml | 2 +- pkgs/jni/pubspec.yaml | 2 +- pkgs/jni/third_party/ffigen_patch_jni/pubspec.yaml | 2 +- pkgs/jnigen/example/in_app_java/pubspec.yaml | 2 +- pkgs/jnigen/example/kotlin_plugin/example/pubspec.yaml | 2 +- pkgs/jnigen/example/kotlin_plugin/pubspec.yaml | 2 +- pkgs/jnigen/example/notification_plugin/example/pubspec.yaml | 2 +- pkgs/jnigen/example/notification_plugin/pubspec.yaml | 2 +- pkgs/jnigen/example/pdfbox_plugin/dart_example/pubspec.yaml | 2 +- pkgs/jnigen/example/pdfbox_plugin/example/pubspec.yaml | 2 +- pkgs/jnigen/example/pdfbox_plugin/pubspec.yaml | 2 +- pkgs/jnigen/pubspec.yaml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pkgs/jni/example/pubspec.yaml b/pkgs/jni/example/pubspec.yaml index 1ff0ae2de..70624e670 100644 --- a/pkgs/jni/example/pubspec.yaml +++ b/pkgs/jni/example/pubspec.yaml @@ -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 diff --git a/pkgs/jni/pubspec.yaml b/pkgs/jni/pubspec.yaml index 57df539bc..40aa26ce0 100644 --- a/pkgs/jni/pubspec.yaml +++ b/pkgs/jni/pubspec.yaml @@ -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: diff --git a/pkgs/jni/third_party/ffigen_patch_jni/pubspec.yaml b/pkgs/jni/third_party/ffigen_patch_jni/pubspec.yaml index ffe24d0d0..237c0fda3 100644 --- a/pkgs/jni/third_party/ffigen_patch_jni/pubspec.yaml +++ b/pkgs/jni/third_party/ffigen_patch_jni/pubspec.yaml @@ -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 diff --git a/pkgs/jnigen/example/in_app_java/pubspec.yaml b/pkgs/jnigen/example/in_app_java/pubspec.yaml index f2dcc7de5..7ab467b88 100644 --- a/pkgs/jnigen/example/in_app_java/pubspec.yaml +++ b/pkgs/jnigen/example/in_app_java/pubspec.yaml @@ -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: diff --git a/pkgs/jnigen/example/kotlin_plugin/example/pubspec.yaml b/pkgs/jnigen/example/kotlin_plugin/example/pubspec.yaml index 4292ba976..2da89b59f 100644 --- a/pkgs/jnigen/example/kotlin_plugin/example/pubspec.yaml +++ b/pkgs/jnigen/example/kotlin_plugin/example/pubspec.yaml @@ -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: diff --git a/pkgs/jnigen/example/kotlin_plugin/pubspec.yaml b/pkgs/jnigen/example/kotlin_plugin/pubspec.yaml index f6b5916c9..e0546891a 100644 --- a/pkgs/jnigen/example/kotlin_plugin/pubspec.yaml +++ b/pkgs/jnigen/example/kotlin_plugin/pubspec.yaml @@ -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: diff --git a/pkgs/jnigen/example/notification_plugin/example/pubspec.yaml b/pkgs/jnigen/example/notification_plugin/example/pubspec.yaml index 127c7dcf9..cbcaed9d0 100644 --- a/pkgs/jnigen/example/notification_plugin/example/pubspec.yaml +++ b/pkgs/jnigen/example/notification_plugin/example/pubspec.yaml @@ -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: diff --git a/pkgs/jnigen/example/notification_plugin/pubspec.yaml b/pkgs/jnigen/example/notification_plugin/pubspec.yaml index f059a55dc..f2a6e1b9b 100644 --- a/pkgs/jnigen/example/notification_plugin/pubspec.yaml +++ b/pkgs/jnigen/example/notification_plugin/pubspec.yaml @@ -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: diff --git a/pkgs/jnigen/example/pdfbox_plugin/dart_example/pubspec.yaml b/pkgs/jnigen/example/pdfbox_plugin/dart_example/pubspec.yaml index 235ccbd4c..ed3755980 100644 --- a/pkgs/jnigen/example/pdfbox_plugin/dart_example/pubspec.yaml +++ b/pkgs/jnigen/example/pdfbox_plugin/dart_example/pubspec.yaml @@ -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 diff --git a/pkgs/jnigen/example/pdfbox_plugin/example/pubspec.yaml b/pkgs/jnigen/example/pdfbox_plugin/example/pubspec.yaml index 67c80b715..6c962985b 100644 --- a/pkgs/jnigen/example/pdfbox_plugin/example/pubspec.yaml +++ b/pkgs/jnigen/example/pdfbox_plugin/example/pubspec.yaml @@ -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 diff --git a/pkgs/jnigen/example/pdfbox_plugin/pubspec.yaml b/pkgs/jnigen/example/pdfbox_plugin/pubspec.yaml index 82c871511..f77b031ed 100644 --- a/pkgs/jnigen/example/pdfbox_plugin/pubspec.yaml +++ b/pkgs/jnigen/example/pdfbox_plugin/pubspec.yaml @@ -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: diff --git a/pkgs/jnigen/pubspec.yaml b/pkgs/jnigen/pubspec.yaml index b491b181e..b944f6b5b 100644 --- a/pkgs/jnigen/pubspec.yaml +++ b/pkgs/jnigen/pubspec.yaml @@ -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