Browse Source

Update README.md

main 2.1.2
蒋东国 6 years ago
committed by GitHub
parent
commit
f6dfe16101
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      README.md

6
README.md

@ -20,9 +20,9 @@ allprojects {
```
Step 2. Add the dependency
```java
dependencies {
compile 'com.github.jiangdongguo:AndroidUSBCamera:2.1.1'
}
dependencies {
implementation 'com.github.jiangdongguo:AndroidUSBCamera:2.1.1'
}
```
### 2. APIs Introduction
(1) In order to using it correctly,the following four steps must be achieved:

Loading…
Cancel
Save