From 89404c1130f6491dd4d5a5bf136c595a18dc6451 Mon Sep 17 00:00:00 2001 From: IT-MikeS <20338451+IT-MikeS@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:12:52 -0500 Subject: [PATCH] fix: android crash addressed with dep updates --- plugin/android/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugin/android/build.gradle b/plugin/android/build.gradle index 309504f..b343f11 100644 --- a/plugin/android/build.gradle +++ b/plugin/android/build.gradle @@ -78,7 +78,7 @@ repositories { dependencies { // implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar']) //noinspection GradleDynamicVersion - implementation "com.github.outsystems:osbarcode-android:1.+@aar" + implementation "com.github.outsystems:osbarcode-android:1.1.+@aar" implementation project(':capacitor-android') implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion" implementation 'androidx.activity:activity-ktx:1.8.2' @@ -86,9 +86,9 @@ dependencies { implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4' implementation 'com.google.zxing:core:3.4.1' implementation 'com.google.mlkit:barcode-scanning:17.2.0' - implementation 'androidx.camera:camera-camera2:1.3.1' - implementation 'androidx.camera:camera-lifecycle:1.3.1' - implementation 'androidx.camera:camera-view:1.3.1' + implementation 'androidx.camera:camera-camera2:1.4.0' + implementation 'androidx.camera:camera-lifecycle:1.4.0' + implementation 'androidx.camera:camera-view:1.4.0' implementation 'androidx.activity:activity-compose:1.8.2' implementation 'androidx.compose.material3:material3:1.1.2' implementation 'androidx.compose.material3:material3-window-size-class:1.1.2'