diff --git a/CHANGELOG.md b/CHANGELOG.md index aad814a..ee20a46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ The changes documented here do not include those from the original repository. ## [Unreleased] +### 08-11-2024 +- Fix: Update libraries for supporting 16KB page size (https://outsystemsrd.atlassian.net/browse/RMET-3602) + ### 05-11-2024 - Fix: Edge-to-edge support on Android 15 (https://outsystemsrd.atlassian.net/browse/RMET-3597) diff --git a/build.gradle b/build.gradle index 20ea4f3..4587811 100644 --- a/build.gradle +++ b/build.gradle @@ -116,12 +116,12 @@ dependencies { androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.0.5" debugImplementation "androidx.compose.ui:ui-tooling:1.0.5" - implementation "androidx.camera:camera-camera2:1.3.0" - implementation 'androidx.camera:camera-lifecycle:1.0.2' - implementation 'androidx.camera:camera-view:1.0.0-alpha31' - implementation 'androidx.camera:camera-core:1.0.0' + 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.camera:camera-core:1.4.0' implementation 'com.google.zxing:core:3.4.1' - implementation 'com.google.mlkit:barcode-scanning:17.2.0' + implementation 'com.google.mlkit:barcode-scanning:17.3.0' implementation 'com.google.code.gson:gson:2.10.1' testImplementation "org.mockito:mockito-core:4.3.0" diff --git a/pom.xml b/pom.xml index d998a2a..4ef29e7 100644 --- a/pom.xml +++ b/pom.xml @@ -7,5 +7,5 @@ 4.0.0 com.github.outsystems osbarcode-android - 1.1.5-dev + 1.1.5-dev2