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