Browse Source

Merge remote-tracking branch 'origin/master'

main v1.0.3
jiangdongguo 7 years ago
parent
commit
b48e7919df
  1. 3
      README.md

3
README.md

@ -13,6 +13,7 @@ Add it in your root build.gradle at the end of repositories:
allprojects { allprojects {
repositories { repositories {
... ...
maven { url 'http://raw.github.com/saki4510t/libcommon/master/repository/' }
maven { url 'https://jitpack.io' } maven { url 'https://jitpack.io' }
} }
} }
@ -23,7 +24,7 @@ Step 2. Add the dependency
``` ```
dependencies { dependencies {
compile 'com.github.jiangdongguo:AndroidUSBCamera:v1.0.0' compile 'com.github.jiangdongguo:AndroidUSBCamera:v1.0.2'
} }
``` ```

Loading…
Cancel
Save