This repository has been archived by the owner on Oct 31, 2022. It is now read-only.
0.13.4 Release
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