蒋东国
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
README.md
|
@ -20,9 +20,9 @@ allprojects { |
|
|
``` |
|
|
``` |
|
|
Step 2. Add the dependency |
|
|
Step 2. Add the dependency |
|
|
```java |
|
|
```java |
|
|
dependencies { |
|
|
dependencies { |
|
|
compile 'com.github.jiangdongguo:AndroidUSBCamera:2.1.1' |
|
|
implementation 'com.github.jiangdongguo:AndroidUSBCamera:2.1.1' |
|
|
} |
|
|
} |
|
|
``` |
|
|
``` |
|
|
### 2. APIs Introduction |
|
|
### 2. APIs Introduction |
|
|
(1) In order to using it correctly,the following four steps must be achieved: |
|
|
(1) In order to using it correctly,the following four steps must be achieved: |
|
|