Skip to content

Commit

Permalink
Merge pull request #6 from OutSystems/fix/RMET-580/android-play-services
Browse files Browse the repository at this point in the history
RMET-580 Firebase Analytics Plugin - Fix Android Google Services build error
  • Loading branch information
alexgerardojacinto authored Apr 8, 2021
2 parents 8da3755 + a8fef6a commit 89535f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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]

## 2021-04-08
- Fix: Fixed Android MABS builds for Firebase Analytics being used with OneSignal (https://outsystemsrd.atlassian.net/browse/RMET-580)

## 2021-03-29
- Fix: Fixed hook unzipAndCopyConfigurations

Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ ext.postBuildExtras = {
// apply plugin: 'com.google.gms.google-services'
// class must be used instead of id(string) to be able to apply plugin from non-root gradle file
apply plugin: com.google.gms.googleservices.GoogleServicesPlugin
googleServices.disableVersionCheck = true
}
}

0 comments on commit 89535f6

Please sign in to comment.