diff --git a/CHANGELOG.md b/CHANGELOG.md index 33dfe1e..c474274 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/build.gradle b/build.gradle index c7a52d8..e9f858e 100644 --- a/build.gradle +++ b/build.gradle @@ -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 } }