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'