Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
luicfrr committed Apr 19, 2024
1 parent 337d131 commit f6aff5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
def safeExtGet(prop, fallback) {
rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
}
def kotlinVersion = safeExtGet("VisionCameraFaceDetector_kotlinVersion", "1.8.10")
def kotlinVersion = safeExtGet("VisionCameraFaceDetector_kotlinVersion", "1.9.20")

apply plugin: "com.android.library"
apply plugin: "kotlin-android"
Expand Down Expand Up @@ -57,6 +57,6 @@ dependencies {
implementation "com.facebook.react:react-native:+" // From node_modules
api project(":react-native-vision-camera")
implementation "androidx.annotation:annotation:1.7.1"
implementation "androidx.camera:camera-core:1.3.2"
implementation "androidx.camera:camera-core:1.3.3"
implementation "com.google.mlkit:face-detection:16.1.6"
}

0 comments on commit f6aff5f

Please sign in to comment.