Browse Source

Update README.md

修复引入依赖common无法找到bug
main
蒋东国 7 years ago
committed by GitHub
parent
commit
ff4aaff656
  1. 3
      README.md

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

Loading…
Cancel
Save