Skip to content

Commit ce3faee

Browse files
RMET-4336 - Android - Updates for predictive back navigation (#160)
* test: update dependency to OSCameraLib-Android References: https://outsystemsrd.atlassian.net/browse/RMET-4336 * test: update dependency to OSCameraLib-Android References: https://outsystemsrd.atlassian.net/browse/RMET-4336 * chore: update dependency to OSCameraLib-Android and CHANGELOG References: https://outsystemsrd.atlassian.net/browse/RMET-4336 * chore(release): raise to version 4.2.0-OS59 References: https://outsystemsrd.atlassian.net/browse/RMET-4336
1 parent 584f473 commit ce3faee

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
The changes documented here do not include those from the original repository.
88

9+
## 4.2.0-OS59
10+
11+
- Feature: Enable predictive back navigation animation on activity used for `editImage` for Android 13+ (https://outsystemsrd.atlassian.net/browse/RMET-4336)
12+
913
## 4.2.0-OS58
1014

1115
### Fixes

libs/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77
}
88

99
dependencies {
10-
implementation 'com.github.outsystems:oscamera-android:1.3.4@aar'
10+
implementation 'com.github.outsystems:oscamera-android:1.3.5@aar'
1111
implementation 'androidx.activity:activity-ktx:1.9.3'
1212
implementation 'androidx.exifinterface:exifinterface:1.3.6'
1313
implementation 'com.google.code.gson:gson:2.10.1'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-camera",
3-
"version": "4.2.0-OS58",
3+
"version": "4.2.0-OS59",
44
"description": "Cordova Camera Plugin",
55
"types": "./types/index.d.ts",
66
"cordova": {

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
xmlns:android="http://schemas.android.com/apk/res/android"
2323
id="cordova-plugin-camera"
24-
version="4.2.0-OS58">
24+
version="4.2.0-OS59">
2525
<name>Camera</name>
2626
<description>Cordova Camera Plugin</description>
2727
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)