Skip to content

Commit

Permalink
chore: Raise Tag Version (#72)
Browse files Browse the repository at this point in the history
Raise tag version to "2.0.0".
Update iOS and Android libraries to the latest versions.
  • Loading branch information
OS-ricardomoreirasilva committed Apr 12, 2024
1 parent 4204b9e commit cf0ba59
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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.

## [Unreleased]
## [Version 2.0.0]
- Feat: update sound hook to unzip sound files, for both iOS and Android (https://outsystemsrd.atlassian.net/browse/RMET-2464).
- Feat: update firebase core version (https://outsystemsrd.atlassian.net/browse/RMET-2451).

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": "1.1.3",
"version": "2.0.0",
"description": "Outsystems plugin for Firebase Cloud Messaging",
"keywords": [
"ecosystem:cordova",
Expand Down
3 changes: 1 addition & 2 deletions 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="1.2.0" 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.0.0" 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>
<author>OutSystems Inc</author>
Expand All @@ -9,7 +9,6 @@

<dependency id="cordova-outsystems-firebase-core" url="https://github.com/OutSystems/cordova-outsystems-firebase-core.git#2.0.0"/>


<hook type="after_prepare" src="hooks/unzipSound.js" />
<hook type="after_prepare" src="hooks/cleanUp.js" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ apply plugin: 'kotlin-kapt'
dependencies {
implementation("com.github.outsystems:oscore-android:1.2.0@aar")
implementation("com.github.outsystems:oscordova-android:1.2.0@aar")
implementation("com.github.outsystems:osfirebasemessaging-android:1.0.3@aar")
implementation("com.github.outsystems:osfirebasemessaging-android:1.1.3@aar")
implementation("com.github.outsystems:oslocalnotifications-android:1.0.0@aar")
implementation("com.github.outsystems:osnotificationpermissions-android:0.0.4@aar")

implementation("com.google.code.gson:gson:2.8.9")
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</data>
<key>Modules/OSFirebaseMessagingLib.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
<data>
MXz5tY3ESsQk7S/3CQXkHhDTYbo=
K9K5UnnHqm1ZsfScekwRDVKMHRE=
</data>
<key>Modules/OSFirebaseMessagingLib.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
<data>
Expand All @@ -50,7 +50,7 @@
</data>
<key>Modules/OSFirebaseMessagingLib.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<data>
vdhLYnwVfn+6c5gka5MSvccYlok=
YGWlAD+4hM7edzrj5ebwIJzHo54=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -114,7 +114,7 @@
<dict>
<key>hash2</key>
<data>
jYF/iabm+9mpkefkjUwCDTzBRq9WZm4FO/A7fZRkgJ0=
fWFpr41W6kUdLZ+wbseOZGLcA6eODTEhYXNdiuVotkg=
</data>
</dict>
<key>Modules/OSFirebaseMessagingLib.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
Expand Down Expand Up @@ -149,7 +149,7 @@
<dict>
<key>hash2</key>
<data>
iyROspMzsE6R5/NXgPxTrZ80IcqKPzLXzIQ9hsRsVpw=
yeWh5v677L/dhOp+CWFWYfKcSZcoLkQ1BAidMx8TPAw=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down

0 comments on commit cf0ba59

Please sign in to comment.