Upgrade guava to version 24.1

Change-Id: If4df75e4bfc13c3a96cf5945b32e354eef46f168
This commit is contained in:
David Pursehouse 2018-03-16 11:21:43 +09:00
parent 50d91ac639
commit 0da989a0a5

View File

@ -1,5 +1,5 @@
GUAVA_VERSION = "23.6-jre"
GUAVA_VERSION = "24.1-jre"
GUAVA_BIN_SHA1 = "c0b638df79e7b2e1ed98f8d68ac62538a715ab1d"
GUAVA_BIN_SHA1 = "96c528475465aeb22cce60605d230a7e67cebd7b"
GUAVA_DOC_URL = "https://google.github.io/guava/releases/" + GUAVA_VERSION + "/api/docs/"