-
Notifications
You must be signed in to change notification settings - Fork 425
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
Use the Java 8 Date/Time API. #417
Use the Java 8 Date/Time API. #417
Conversation
Isira-Seneviratne
commented
Oct 18, 2020
- I carefully read the contribution guidelines and agree to them.
- I have tested the API against NewPipe.
- I agree to create a pull request for NewPipe as soon as possible to make it compatible with the changed API.
D8/R8 supports desugaring up to Java 12. (However AGP only supports Java 8 due to |
So should I set the JDK version to 12 instead of 8? |
The test failures appear to be due to outdated links being used. |
3c783c5
to
26ab090
Compare
26ab090
to
02841ce
Compare
f130eea
to
16e23e2
Compare
…into dev � Conflicts: � extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamExtractor.java
21dca44
to
038d81f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, I haven't yet tested though. Thank you!
038d81f
to
adea14c
Compare
adea14c
to
fcdfe7d
Compare
Ah. Well. That was not a good review 😆 We missed, that the PR does not even build and breaks some tests... Edit: fixed the build. We need to fix the tests, / functionality though. |