diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a10ec6..9765c5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,16 @@ 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. +## 5.0.0-OS14 + +- Android | Update dependency to Firebase Analytics Android library (https://outsystemsrd.atlassian.net/browse/RMET-3608). + ## 5.0.0-OS13 + - Fix: Make `ANALYTICS_COLLECTION_ENABLED` configurable (https://outsystemsrd.atlassian.net/browse/RMET-3503). ## 5.0.0-OS12 + - Chore: Update `FirebaseAnalytics` iOS pod to version `10.23.0` (https://outsystemsrd.atlassian.net/browse/RMET-3274). ## 5.0.0-OS11 diff --git a/build.gradle b/build.gradle index 162cbf3..00b6182 100644 --- a/build.gradle +++ b/build.gradle @@ -10,6 +10,11 @@ buildscript { } } +dependencies { + implementation platform('com.google.firebase:firebase-bom:33.2.0') + implementation("com.google.firebase:firebase-analytics") +} + // use postBuildExtras to make sure the plugin is applied after // cdvPluginPostBuildExtras. Therefore if googleServices is added // to cdvPluginPostBuildExtras somewhere else, the plugin execution diff --git a/package.json b/package.json index c165b51..2264078 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-firebase-analytics", - "version": "5.0.0-OS13", + "version": "5.0.0-OS14", "description": "Cordova plugin for Firebase Analytics", "cordova": { "id": "cordova-plugin-firebase-analytics", diff --git a/plugin.xml b/plugin.xml index 78cbcc5..d48f963 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,7 +1,7 @@ + version="5.0.0-OS14"> FirebaseAnalyticsPlugin Cordova plugin for Firebase Analytics @@ -82,7 +82,6 @@ xmlns:android="http://schemas.android.com/apk/res/android" - @@ -103,7 +102,6 @@ xmlns:android="http://schemas.android.com/apk/res/android" -