-
-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build with Java 8, which breaks some CI builds #281
Comments
Please check #260 and let me know what you think =D |
@Canato Thanks for the link! The change to the updated stack is a good thing, but I think it may have been premature (Java Android 12 + Gradle 7.0.1 + Java 11). It's probably better to keep the library compatible for a while. It may be helpful to mention this limitation in the Readme for a few months, while the industry is transitioning to the updated stack. |
Indeed is always two face situation, where some people wanna this update and some wanna keep the support. We decide to update so everyone can have a version that can use. Who update can get the latest with the latest updates. Of course I'm open to have both working, just not sure how to do it X'D. But I believe the best would be people branch You are right, the README is wrong, will update on the branch i'm working #275 thanks for spotting it 🚀 |
Let's keep this mess organised! This issue has been automatically marked as |
Describe the bug
The build fails on machines that have Java 8
To Reproduce
Expected behavior
The build should succeed, the same way as before adding the library.
Additional context
Version 55 corresponds to Java 11, and 52 corresponds to Java 8.
The text was updated successfully, but these errors were encountered: