From 2af31736653dd39805fd50b45cad1575fa06922a Mon Sep 17 00:00:00 2001 From: cpovirk Date: Mon, 6 Nov 2023 07:01:09 -0800 Subject: [PATCH] Link to some discussion of the Android flavor. (somewhat relevant to https://github.com/google/guava/issues/6725 and https://github.com/google/guava/issues/6801, but this CL is about the good things about the Android flavor, not the risks of the JRE flavor) RELNOTES=n/a PiperOrigin-RevId: 579831040 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 677f1065ab12..5e4863d3c4b9 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,9 @@ other companies as well. Guava comes in two flavors: * The JRE flavor requires JDK 1.8 or higher. -* If you need support for Android, use the Android flavor. You can find the - Android Guava source in the [`android` directory]. +* If you need support for Android, use + [the Android flavor](https://github.com/google/guava/wiki/Android). You can + find the Android Guava source in the [`android` directory]. [`android` directory]: https://github.com/google/guava/tree/master/android