diff options
author | Feng Xiao <xfxyjwf@gmail.com> | 2017-03-16 16:09:41 -0700 |
---|---|---|
committer | Feng Xiao <xfxyjwf@gmail.com> | 2017-03-16 16:09:41 -0700 |
commit | ddc00963c054580404b6087d4a952a0a3e0dd0d9 (patch) | |
tree | 9d98a3c868cd1d330c63e63c29cbe21c369b1cbc | |
parent | e77a09e1e91d52f0fb8806a8da687d8426ba3bcc (diff) |
Add a notice for nano.
We no longer supports nano and recommend protobuf lite over nano for
Android users.
-rw-r--r-- | javanano/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/javanano/README.md b/javanano/README.md index e19b90b1..6b13ecea 100644 --- a/javanano/README.md +++ b/javanano/README.md @@ -7,6 +7,9 @@ Copyright 2008 Google Inc. This directory contains the Java Protocol Buffers Nano runtime library. +**Nano is no longer supported by protobuf team. We recommend Android users to +use protobuf lite runtime instead.** + Installation - With Maven ------------------------- |