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

0.13.3 Release

Compare
Choose a tag to compare
@jkasten2 jkasten2 released this 11 Jun 19:31
· 21 commits to main since this release
989a6c9

Lower Java requirement back to 8

  • Fixed an unintentional minimum Java 11 requirement from version 0.13.2
    • PR #163
    • Fixes errors like:
      • No matching variant of gradle.plugin.com.onesignal:onesignal-gradle-plugin:0.13.2 was found. The consumer was configured to find a runtime of a component compatible with Java 8
    • NOTE: Use 0.13.4 instead as this version only lifted the requirement but did not contain .class files compiled with Java 8.