Skip to content

Commit 1c9c089

Browse files
committed
Remove 'jni' from Flutter plugin and FFI plugin lists in generated CMake files
1 parent cb3b5a8 commit 1c9c089

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

linux/flutter/generated_plugins.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ list(APPEND FLUTTER_PLUGIN_LIST
88

99
list(APPEND FLUTTER_FFI_PLUGIN_LIST
1010
flserial
11-
jni
1211
)
1312

1413
set(PLUGIN_BUNDLED_LIBRARIES)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 7.0.0+9
19+
version: 8.0.0+10
2020

2121
environment:
2222
sdk: ^3.9.2

windows/flutter/generated_plugins.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ list(APPEND FLUTTER_PLUGIN_LIST
1111
list(APPEND FLUTTER_FFI_PLUGIN_LIST
1212
flserial
1313
flutter_local_notifications_windows
14-
jni
1514
)
1615

1716
set(PLUGIN_BUNDLED_LIBRARIES)

0 commit comments

Comments
 (0)