Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
serandel committed Jun 28, 2018
1 parent 6ed66c5 commit cbb9e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ What Now?, the sample application for Hollywood, is a twist in the traditional t

## Developer beware!

- Hollywood, Hollywood Android and What Now use extensively Java 1.8. For the projects to work, Retrolambda and Jack support had to be added. Jack wasn't enough because Java libraries are imported via Jill, and Jill can't manage .class files for Java 7/8 (at least, not the ones with *invokedynamic* in their bytecode). It's worth the trouble because life is to short to use outdated code in your pet projects. That's what the day job is for. ;)
- Hollywood, Hollywood Android and What Now use extensively Java 1.8. For the projects to work, Retrolambda and Jack support had to be added. Jack wasn't enough because Java libraries are imported via Jill, and Jill can't manage .class files for Java 7/8 (at least, not the ones with *invokedynamic* in their bytecode). It's worth the trouble because life is too short to use outdated code in your pet projects. That's what the day job is for. ;)
- Hollywood Android uses Timber instead of Android.log. It's a tiny library, and useful enough to merit being a dependency.

## TODOs
Expand Down

0 comments on commit cbb9e88

Please sign in to comment.