Skip to content

Commit

Permalink
RMET-3387 SocialLogins Plugin - Use @SerializableName annotation to…
Browse files Browse the repository at this point in the history
… avoid issues with code obfuscation (#60) (#61)

* chore: update dependency to lib to a test version to test

References: https://outsystemsrd.atlassian.net/browse/RMET-3387

* chore: update lib dependency

* chore: update lib dependency

* chore: update lib dependency

* chore: update lib dependency version

* chore: update dependency to Android lib

* chore: update changelog

References: https://outsystemsrd.atlassian.net/browse/RMET-3387
  • Loading branch information
alexgerardojacinto authored Aug 28, 2024
1 parent 7006913 commit d973d52
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## 2.1.2

### Fixes
- Fix: Update dependency to `OSSocialLoginsLib-Android` to use `@SerializableName` annotation to avoid issues when using code obfuscation (https://outsystemsrd.atlassian.net/browse/RMET-3387).


## 2.1.1

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion src/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ dependencies {

implementation("com.github.outsystems:oscore-android:1.2.0@aar")
implementation("com.github.outsystems:oscordova-android:2.0.1@aar")
implementation("com.github.outsystems:ossociallogins-android:1.1.2@aar")
implementation("com.github.outsystems:ossociallogins-android:1.1.3@aar")

}

0 comments on commit d973d52

Please sign in to comment.