diff options
author | Feng Xiao <xfxyjwf@gmail.com> | 2017-03-16 16:47:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-16 16:47:10 -0700 |
commit | 44dc55587ebbf79912615c8bbcd0947e7ebaa33a (patch) | |
tree | 6e87d936359c3b5828df024c964093e2606203ca | |
parent | 89c3c456d2a5c7b15489007ba15bc28bbd3606d3 (diff) | |
parent | ddc00963c054580404b6087d4a952a0a3e0dd0d9 (diff) |
Merge pull request #2866 from xfxyjwf/nano
Add a notice for nano.
-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 ------------------------- |