From ff4aaff6568044c59441b5558031f1c46dd6a849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=92=8B=E4=B8=9C=E5=9B=BD?= <765067602@qq.com> Date: Fri, 13 Oct 2017 09:20:40 +0800 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复引入依赖common无法找到bug --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b4a19b..a1774ab 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... + maven { url 'http://raw.github.com/saki4510t/libcommon/master/repository/' } maven { url 'https://jitpack.io' } } } @@ -23,7 +24,7 @@ Step 2. Add the dependency ``` dependencies { - compile 'com.github.jiangdongguo:AndroidUSBCamera:v1.0.0' + compile 'com.github.jiangdongguo:AndroidUSBCamera:v1.0.2' } ```