the-blue-alliance / the-blue-alliance-android

An Android app for accessing information about the FIRST Robotics Competition.
MIT License
76 stars 34 forks source link

Set compatibility level to Java 8, remove retrolambda #924

Closed bherbst closed 4 years ago

bherbst commented 5 years ago

Summary: We can use many Java 8 language features (like lambdas) thanks to the Android Gradle Plugin's desugaring. We no longer need retrolambda (but it wasn't actually being applied anyway, so I'm just removing dead code).

Test Plan: There really wasn't much of a change here, but everything still compiles and seems to run fine.