-
-
Notifications
You must be signed in to change notification settings - Fork 450
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
Upgrade to JUnit 5 #3137
Comments
Apparently as of Android plugin 3.0.0 Java 8 is supported. |
Does that include bumping the min version of Android ? |
No, android studio takes care of the "desugaring". |
👍 |
@VaiTon did we upgrade to Java8 ? |
Yup, I think we did it with the last AGP update. |
* Upgrade to JUnit 5 Fixes #3137 * clean up build.gradle.kts file * Migrate ProductsAPITest to JUnit 5 * Fix typo
And upgrade min java required to v8
The text was updated successfully, but these errors were encountered: