Skip to content

Commit 9dcc2f2

Browse files
Merge pull request #106 from jslok/16kb
Android 16KB Page Support
2 parents a2dbcc7 + b757411 commit 9dcc2f2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

android/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ android {
9292
externalNativeBuild {
9393
cmake {
9494
arguments "-DANDROID_STL=c++_shared",
95-
"-DNODE_MODULES_DIR=${nodeModules}"
95+
"-DNODE_MODULES_DIR=${nodeModules}",
96+
"-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
9697
cppFlags "-O2 -frtti -fexceptions -Wall -fstack-protector-all"
9798
abiFilters(*reactNativeArchitectures())
9899
}
@@ -167,7 +168,7 @@ dependencies {
167168
//noinspection GradleDynamicVersion
168169
implementation "com.facebook.react:react-android:0.74.4"
169170
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
170-
implementation 'org.opencv:opencv:4.9.0'
171+
implementation 'org.opencv:opencv:4.12.0'
171172
}
172173

173174
if (isNewArchitectureEnabled()) {

0 commit comments

Comments
 (0)