Skip to content

Commit fbd82c9

Browse files
authored
Update Android instructions and links
1 parent bc58c43 commit fbd82c9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ for adventurous developers there are [other backporting
2222
tools](http://en.wikipedia.org/wiki/Java_backporting_tools) that may let
2323
you go from Java 5 down to Java 1.4.
2424

25-
Android developers may use Retrolambda to take advantage of the Java 8
26-
features on Android. Serge Zaitsev has written [an article about
27-
it](http://zserge.com/blog/android-lambda.html) and there is a [Gradle
25+
Nowadays Android Studio has [built-in support for Java 8 features](https://developer.android.com/studio/write/java8-support),
26+
so that is probably the first thing to try out. Otherwise, Retrolambda
27+
works also for Android: Serge Zaitsev has written [an article about
28+
it](https://zserge.com/posts/android-lambda/) and there is a [Gradle
2829
plugin](#gradle-plugin) which makes it easy.
2930

3031
Retrolambda does not backport the new Java 8 APIs, but there are other

0 commit comments

Comments
 (0)