Skip to content

Commit b757411

Browse files
authored
Update build.gradle
Update opencv 4.12.0 for 16kb page support
1 parent 20a09ad commit b757411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ dependencies {
168168
//noinspection GradleDynamicVersion
169169
implementation "com.facebook.react:react-android:0.74.4"
170170
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
171-
implementation 'org.opencv:opencv:4.9.0'
171+
implementation 'org.opencv:opencv:4.12.0'
172172
}
173173

174174
if (isNewArchitectureEnabled()) {

0 commit comments

Comments
 (0)