Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

Releases: OneSignal/OneSignal-Gradle-Plugin

0.12.5 Release

15 Aug 23:52
Compare
Choose a tag to compare

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

05 Aug 21:28
Compare
Choose a tag to compare

Alignment for firebase-messaging 19

  • Alignment between firebase-messaging and firebase-iid for 19.0.1.
  • Also alignment between play-services-basement and play-services-base for 17.0.0.

0.12.3 Release

29 Jul 18:52
Compare
Choose a tag to compare

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
  • Removed confusing warning about "max safe default of '29.+' for 'com.android.support'"

0.12.2 Release

21 May 22:51
Compare
Choose a tag to compare

Updated firebase-messaging to account for 17 and 18 versions

0.12.1 Release

30 Oct 02:15
Compare
Choose a tag to compare

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 to 16.0.0 when using play-services-measurement-base:15.0.4
      • Upgrades firebase-messaging to 17.3.3 when using play-services-basement:16.0.1
  • Fixes some cases where some modules were updating to newer versions than required.

0.12.0 Release

25 Oct 03:14
Compare
Choose a tag to compare

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

12 Oct 04:50
Compare
Choose a tag to compare

Updates Firebase 'messaging' library on 'iid' Upgrades

  • Updates firebase-messaging when firebase-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 to 12.0.1 Issue #62
    • All firebase and gms dependencies will be limited to 12.0.1 if this is present.
    • This is the latest full library until Google split this into parts.

0.11.2 Release

08 Aug 18:42
Compare
Choose a tag to compare

Fixed Ignoring '+' Versions

0.11.1 Release

02 Aug 23:06
Compare
Choose a tag to compare

Updating firebase-messaging & Null APG version fix

  • Upgrades firebase-messaging to 17.0.0 if firebase-core:16.0.0 is used
    • Fixes Issue #56
  • Fixes NPE error with detectProjectState -> compareVersions

0.11.0 Release

19 Jun 21:14
Compare
Choose a tag to compare

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.
  • Some performance improvements. PR #50 & #51