From 5a4f14ac13079d643a165d88a9943eb88be615a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=92=8B=E4=B8=9C=E5=9B=BD?= <765067602@qq.com> Date: Wed, 4 Apr 2018 16:23:13 +0800 Subject: [PATCH] 2.1.0 2.1.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0ebc95..a8ea4e4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ allprojects { Step 2. Add the dependency ```java dependencies { - compile 'com.github.jiangdongguo:AndroidUSBCamera:2.0.3' + compile 'com.github.jiangdongguo:AndroidUSBCamera:2.1.0' } ``` ### 2. APIs Introduction @@ -140,7 +140,7 @@ mCameraHelper.getModelValue(UVCCameraHelper.MODE_CONTRAST); ```java mCameraHelper.updateResolution(widht, height); ``` -![Connecting gif](https://github.com/jiangdongguo/AndroidUSBCamera/blob/master/gifs/resolution.gif) +![Connecting gif](https://github.com/jiangdongguo/AndroidUSBCamera/blob/master/gifs/2.1.0.gif) At last,remember adding permissions:   ```