From 677cdbad84a6175144bfe61c43922ab7a5f8a16a Mon Sep 17 00:00:00 2001 From: czp Date: Tue, 6 Feb 2018 12:49:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20guava=20=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index dc04aba..74f2e70 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ group = 'com.hiczp' -version = '0.0.3' +version = '0.0.4' description = 'Bilibili android client API library written in Java' apply plugin: 'idea' @@ -28,7 +28,7 @@ dependencies { // https://mvnrepository.com/artifact/io.netty/netty-all compile group: 'io.netty', name: 'netty-all', version: '4.1.20.Final' // https://mvnrepository.com/artifact/com.google.guava/guava - compile group: 'com.google.guava', name: 'guava', version: '23.6-jre' + compile group: 'com.google.guava', name: 'guava', version: '24.0-jre' } dependencies {