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

0.12.8 Release

Compare
Choose a tag to compare
@jkasten2 jkasten2 released this 15 Jun 21:19

firebase-bom version downgrade fix & firebase-common alignment

  • Fixed issue where if firebase-bom was used it could result in wrong or downgraded versions.
    • The most common issue of this was not finding firebase-crashlytics
      • "Could not find any version that matches com.google.firebase:firebase-crashlytics:[15.0.0, 16.0.0)"
      • Issue #123 & #127, PR #128
  • Fixed issue where wrong version of firebase-common could be used.
    • Added alignment rule for this. #124
  • Added cascading parent updating