-
Notifications
You must be signed in to change notification settings - Fork 39
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
[FSSDK-10505] chore: update api level #503
base: master
Are you sure you want to change the base?
Conversation
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.
Not sure about upgrading this is safe to support all devices. Let's review it.
kotlinOptions { | ||
jvmTarget = '1.8' | ||
jvmTarget = '17' |
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.
I see "sourceCompatibility JavaVersion.VERSION_17" upgraded above. It makes sense aligning them together, but not sure about if this upgrade is safe. We still need support old android devices minSdkVersion = 21+
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.
Got your point. This PR follows up on the ticket.
To add support for java 17, we need to upgrade mocktio 4+, but mockito 4+ is only supported from api label <24
Summary
The "why", or other context.
Test plan
Issues