aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcpovirk <cpovirk@google.com>2023-11-06 10:29:19 -0800
committerGoogle Java Core Libraries <java-core-libraries-team+copybara@google.com>2023-11-06 10:32:59 -0800
commitb4433e022f5866e68458b8eabd821b43150785a4 (patch)
tree39046feab4ab516622add9a3397f2677d160f873
parentd9d60f821069a9b11c96830d221c33ada5d38fd5 (diff)
downloadguava-b4433e022f5866e68458b8eabd821b43150785a4.tar.gz
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: 579886456
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 677f1065a..5e4863d3c 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