Skip to content

Commit

Permalink
Merge pull request #295 from rainyl/android-16kb-page-size
Browse files Browse the repository at this point in the history
fix [Android] Support 16KB Page Size #294
  • Loading branch information
rainyl authored Nov 22, 2024
2 parents c0c1b6c + c295863 commit 3c234ea
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 30 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ publish/
*.tar.gz
*.exe
libdartcv*
.DS_STORE

# Files and directories created by pub
.dart_tool/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<application
android:label="opencv_core_example"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
android:icon="@mipmap/ic_launcher"
android:extractNativeLibs="true">
<activity
android:name=".MainActivity"
android:exported="true"
Expand Down
22 changes: 11 additions & 11 deletions packages/opencv_core/images/opencv_core_size_report.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/opencv_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: |
This plugin does NOT include `highgui` and `videoio`,
if you need them, please use `opencv_dart` instead.
version: 1.3.2
opencv_version: 4.10.0+9
dartcv_version: 4.10.0.4
opencv_version: 4.10.0+10
dartcv_version: 4.10.0.5
repository: https://github.com/rainyl/opencv_dart
homepage: https://github.com/rainyl/opencv_dart/tree/main/packages/opencv_core

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<application
android:label="opencv_dart_example"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
android:icon="@mipmap/ic_launcher"
android:extractNativeLibs="true">
<activity
android:name=".MainActivity"
android:exported="true"
Expand Down
26 changes: 13 additions & 13 deletions packages/opencv_dart/images/opencv_dart_size_report.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/opencv_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: |
This plugin include `videoio` module, if you don't need it,
please use `opencv_core` instead.
version: 1.3.2
opencv_version: 4.10.0+9
dartcv_version: 4.10.0.4
opencv_version: 4.10.0+10
dartcv_version: 4.10.0.5
repository: https://github.com/rainyl/opencv_dart
homepage: https://github.com/rainyl/opencv_dart/tree/main/packages/opencv_dart

Expand Down

0 comments on commit 3c234ea

Please sign in to comment.