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

0.13.4 Release

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

Fix .class file version error for Java versions under 11

  • This version is fully compatible with Java 8.
    • Versions 0.13.0 - 0.13.3 required Java 11
    • This fixes the following error for projects using Java 10 or older.
      • com/onesignal/androidsdk/GradleProjectPlugin has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
    • PR #166