From 6b6bc9e7ce3e6e0c0d2e4b618d99d6833988b0e5 Mon Sep 17 00:00:00 2001 From: lyy <511455842@qq.com> Date: Wed, 1 Jun 2016 21:06:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BE=8B=E5=AD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e75dd46..a86781e7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ DownloadUtil mUtil; */ private void download(){ mUtil.download(this, mDownloadUrl, Environment.getExternalStorageDirectory().getPath() + "/test.apk" - , new DownloadListener() { + , new DownLoadUtil.DownloadListener() { long fileSize = 1; @Override