Skip to content

Commit

Permalink
RMET-3677 & RMET-3678: Prepare for release (#43)
Browse files Browse the repository at this point in the history
* RMET-3608 - Prepare to release version `5.0.0-OS14` (#41)

* RMET-3608 FB Analytics - Update dependency to Firebase Analytics Android SDK (#40)

* feat: use Firebase Android BOM library to set the version of FB Analytics

Context: According to the documentation, this is the recommended way of controlling Firebase library versions. This way, using the Firebase Android BOM, an app with multiple Firebase Android libraries will always use compatible versions of these libraries.

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

* fix: declare Firebase dependencies in build.gradle file

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

* test: use framework to set firebase-analytics version

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

* refactor: declare Firebase dependencies in build.gradle file

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

* fix: enable Kotlin

Context: This is necessary for MABS 9. We currently say that the current version of the plugin works with MABS 9 and MAS 10, but it actually doesn't work with MABS 9 because we use Kotlin code but do not enable the Kotlin plugin.

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

* test: enable AndroidX

* chore: revert previous commit

* fix: enable Kotlin

Context: This is necessary for MABS 9. We currently say that the current version of the plugin works with MABS 9 and MAS 10, but it actually doesn't work with MABS 9 because we use Kotlin code but do not enable the Kotlin plugin.

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

* fix: revert previous commit

* test: include FB Analytics using framework

* test: enable Kotlin

* refactor: include FB dependencies in build.gradle

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

* chore: revert previous commit that added Kotlin

* chore: update changelog

https://outsystemsrd.atlassian.net/browse/RMET-3608

* chore(release): raise to version 5.0.0-OS14

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

* feat: ios setConsent

* feat(android): add setConsent in android

* chore: json parse

* chore: fix android impl

* chore: missed import

* chore: more missing imports

* chore: obj-c issues

* chore: keep jsonstring

* chore: fix array parse ios

* chore: correct setConset param type

* fix: helper methods

* fix: cordova passing odd param

* chore: changelog

* chore: jsdoc update

* chore: fix up

* chore: missing import

* chore: car clean up

* chore: better error and logic handling

* chore: typo

* chore: enums instead of helper func

* chore: clean up

* chore: version bumps

---------

Co-authored-by: Ricardo Silva <[email protected]>
Co-authored-by: Alexandre Jacinto <[email protected]>
  • Loading branch information
3 people authored Oct 10, 2024
1 parent 4c5f021 commit 85ff6dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-firebase-analytics",
"version": "5.0.0-OS14",
"version": "5.0.0-OS15",
"description": "Cordova plugin for Firebase Analytics",
"cordova": {
"id": "cordova-plugin-firebase-analytics",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-firebase-analytics"
version="5.0.0-OS14">
version="5.0.0-OS15">

<name>FirebaseAnalyticsPlugin</name>
<description>Cordova plugin for Firebase Analytics</description>
Expand Down

0 comments on commit 85ff6dc

Please sign in to comment.