This repository has been archived by the owner on Oct 31, 2022. It is now read-only.
Releases: OneSignal/OneSignal-Gradle-Plugin
Releases · OneSignal/OneSignal-Gradle-Plugin
0.12.5 Release
Ignore Firebase Wrapper Unity Libraries
- Firebase wrapper libraries for Unity have there own version number so we are now ignoring them.
- Example such as com.google.firebase:firebase-messaging-unity:6.2.2
- PR #105
0.12.4 Release
Alignment for firebase-messaging
19
- Alignment between
firebase-messaging
andfirebase-iid
for19.0.1
. - Also alignment between
play-services-basement
andplay-services-base
for17.0.0
.- PR #103
0.12.3 Release
google-services plugin 4.3.0 and AndroidX Version Fixes
- Fixed the following error when using
com.google.gms:google-services:4.3.0
- "Could not get unknown property 'config' for object of type com.google.gms.googleservices.GoogleServicesPlugin$GoogleServicesPluginConfig"
- Issue #95
- Fixed issue where a non-existing high version number of AndroidX would be selected when Jetifier is enabled. Example 26.0.0
- PR #102
- Removed confusing warning about "max safe default of '29.+' for 'com.android.support'"
- Issue #92
0.12.2 Release
Updated firebase-messaging to account for 17 and 18 versions
- Includes
firebase-messaging
versions;17.4.0
,17.5.0
,17.6.0
,18.0.0
- Fixes OneSignal/OneSignal-Android-SDK#754
- PR #88
0.12.1 Release
Updates Firebase Dependencies when play-servcies is updated.
- Fixes issues when using
com.google.android.gms:play-services-ads:17.0.0
and OneSignal SDK- OneSignal/OneSignal-Android-SDK#654
- May fix other cases as the following rules are applied in this release
- Upgrades
firebase-analytics
to16.0.0
when usingplay-services-measurement-base:15.0.4
- Upgrades
firebase-messaging
to17.3.3
when usingplay-services-basement:16.0.1
- Upgrades
- Fixes some cases where some modules were updating to newer versions than required.
0.12.0 Release
Android Gradle Plugin 3.3.0 Compatibility
- Fixes AGP 3.3.0 compatibility. Issue #66
- Must use this version or newer if you are using
com.android.tools.build:gradle:3.3.0-alpha10
or newer
0.11.3 Release
Updates Firebase 'messaging' library on 'iid' Upgrades
- Updates
firebase-messaging
whenfirebase-iid
is update. Issue #69 - Fixes
OneSignalPlugin: 28 not found in maxSupportVersion rules list
warning. Issue #60- No behavior changes, this just cleans up a warning.
- Limit
com.google.android.gms:play-services
to12.0.1
Issue #62- All
firebase
andgms
dependencies will be limited to12.0.1
if this is present. - This is the latest full library until Google split this into parts.
- All
0.11.2 Release
Fixed Ignoring '+' Versions
- Modules that had their version set to '+' were ignored and older versions would be used
- Issue OneSignal/OneSignal-Cordova-SDK#405
- PR #59
0.11.1 Release
0.11.0 Release
Minimum Version Adjustments
- Added minimum Android Support Library version checks for GMS and Firebase. PR #47
- Looser
compileSdkVersion
checks on android support. PR #49 - Warning when
com.android.support
has to be downgraded to prevent errors. PR #49- Due to not meeting the
compileSdkVersion
requirement.
- Due to not meeting the
- Some performance improvements. PR #50 & #51