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' } ```