Skip to content

Commit

Permalink
Merge pull request #115 from OutSystems/development
Browse files Browse the repository at this point in the history
RMET-3608 - Prepare to release version `2.3.2`
  • Loading branch information
alexgerardojacinto authored Sep 17, 2024
2 parents afc5402 + 7752e64 commit a089dd2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ 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.

## [Version 2.3.2]

### Features
- Feat: Android | Update dependency to Firebase Cloud Messaging Android library (https://outsystemsrd.atlassian.net/browse/RMET-3608).

## [Version 2.3.1]

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.outsystems.firebase.cloudmessaging",
"version": "2.3.1",
"version": "2.3.2",
"description": "Outsystems plugin for Firebase Cloud Messaging",
"keywords": [
"ecosystem:cordova",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plugin id="com.outsystems.firebase.cloudmessaging" version="2.3.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="com.outsystems.firebase.cloudmessaging" version="2.3.2" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">

<name>OSFirebaseCloudMessaging</name>
<description>Outsystems plugin for Firebase Cloud Messaging</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ apply plugin: 'kotlin-kapt'
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:osfirebasemessaging-android:1.2.1@aar")
implementation("com.github.outsystems:osfirebasemessaging-android:1.2.2@aar")
implementation("com.github.outsystems:oslocalnotifications-android:1.0.0@aar")

implementation("com.google.code.gson:gson:2.8.9")

implementation platform('com.google.firebase:firebase-bom:29.3.1')
implementation("com.google.firebase:firebase-messaging-ktx")
implementation platform('com.google.firebase:firebase-bom:33.2.0')
implementation("com.google.firebase:firebase-messaging")

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.2")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.2")
Expand Down

0 comments on commit a089dd2

Please sign in to comment.