rameshvarun / Hnefatafl

Android Hnefatafl game using Google Play Games Services.
6 stars 3 forks source link

Add in Retrolambda Buildstep #1

Closed rameshvarun closed 9 years ago

rameshvarun commented 9 years ago

Use Retrolambda Gradle plugin to add Retrolambda support to the build process - https://github.com/evant/gradle-retrolambda.

It will enable concise code such as this:

mButton.setOnClickListener((View v) -> {
    // do something here
});