Skip to content

Commit

Permalink
Merge pull request #30 from OutSystems/development
Browse files Browse the repository at this point in the history
Prepare release of OneSignal 2.11.1-OS10
  • Loading branch information
hectorjdgdev authored Apr 26, 2024
2 parents 168061e + 240c398 commit d5fa8f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build-extras-onesignal.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d5fa8f3

Please sign in to comment.