Skip to content

Commit

Permalink
fix: Update Analytics Version (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
OS-ricardomoreirasilva authored Oct 7, 2022
1 parent 659c3a3 commit 6e48d8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ The changes documented here do not include those from the original repository.

## [Unreleased]

### 2022-08-17
- Update Firebase Analytics version to use `21.1.+` (https://outsystemsrd.atlassian.net/browse/RMET-1766).

## 5.0.0-OS6
### 2021-07-12
- Removed unused parameters from RequestTrackingAuthorization (https://outsystemsrd.atlassian.net/browse/RMET-1715)
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ xmlns:android="http://schemas.android.com/apk/res/android"
</platform>

<platform name="android">
<preference name="ANDROID_FIREBASE_ANALYTICS_VERSION" default="19.0.+"/>
<preference name="ANDROID_FIREBASE_ANALYTICS_VERSION" default="21.1.+"/>

<hook type="before_plugin_install" src="hooks/android/build_gradle_add_dependency.js" />

Expand Down

0 comments on commit 6e48d8c

Please sign in to comment.