diff --git a/CHANGELOG.md b/CHANGELOG.md index 338eb943..b9b0b937 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## 2.11.2-OS10 + +### Fixes + +- Update Android SDK to version `3.15.5-OS5`. This fix the issue (https://outsystemsrd.atlassian.net/browse/RPM-4691). + ## 2.11.1-OS9 ### Features diff --git a/build-extras-onesignal.gradle b/build-extras-onesignal.gradle index 68c3c3ac..5b8ea3e4 100644 --- a/build-extras-onesignal.gradle +++ b/build-extras-onesignal.gradle @@ -57,7 +57,7 @@ configurations.all { resolutionStrategy { }} dependencies { - implementation("com.github.outsystems:onesignal-android-sdk:3.15.5-OS4@aar") + implementation("com.github.outsystems:onesignal-android-sdk:3.15.5-OS5@aar") implementation 'com.google.android.gms:play-services-location:21.0.1' implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1' implementation 'com.google.android.gms:play-services-base:18.2.0'