diff --git a/android/build.gradle b/android/build.gradle index edebe2e..c8a58ce 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -230,8 +230,8 @@ dependencies { extractJNI(files(rnAAR, jscAAR, reaAAR)) implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-guava:1.5.0" - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.0" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-guava:1.5.2" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2" implementation "androidx.camera:camera-core:1.1.0-alpha08" implementation "androidx.camera:camera-camera2:1.1.0-alpha08" diff --git a/android/gradle.properties b/android/gradle.properties index 5085539..767aa6c 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -13,7 +13,7 @@ #Fri Feb 19 20:46:14 CET 2021 VisionCamera_buildToolsVersion=30.0.0 VisionCamera_compileSdkVersion=30 -VisionCamera_kotlinVersion=1.5.0 +VisionCamera_kotlinVersion=1.5.30 VisionCamera_targetSdkVersion=30 VisionCamera_ndkVersion=20.1.5948944 android.enableJetifier=true diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 2c01be3..f1e2c69 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -120,7 +120,7 @@ def jscFlavor = 'org.webkit:android-jsc:+' * on project.ext.react, JavaScript will not be compiled to Hermes Bytecode * and the benefits of using Hermes will therefore be sharply reduced. */ -def enableHermes = project.ext.react.get("enableHermes", false); +def enableHermes = project.ext.react.get("enableHermes", false) android { ndkVersion rootProject.ext.ndkVersion