Skip to content

Commit

Permalink
[dev] release 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangdg committed Jul 25, 2022
1 parent 1fddd12 commit f00ab0a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Binary file renamed AUSBC3.2.0.apk → AUSBC.apk
Binary file not shown.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ dependencies {
implementation project(':libausbc')
// demo
//implementation 'com.github.jiangdongguo.AndroidUSBCamera:libausbc:3.1.7'
//implementation 'com.github.jiangdongguo.AndroidUSBCamera:libausbc:latest_tag'
}
```

Expand All @@ -271,7 +271,7 @@ Demo

- download by opening url

 [AUSBC3.2.0.apk](https://github.com/jiangdongguo/AndroidUSBCamera/blob/master/AUSBC3.2.0.apk)
 [AUSBC.apk](https://github.com/jiangdongguo/AndroidUSBCamera/blob/master/AUSBC.apk)



Expand Down Expand Up @@ -337,7 +337,7 @@ Version

1. fix a native memory leak when repeat open close camera;

#### 2022.07.24 version 3.2.0
#### 2022.07.25 version 3.2.2

1. fix part equipment recording image flower;
2. Support opening multi-road camera;
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ dependencies {
implementation "com.tencent.bugly:nativecrashreport:$bugly_native_version"

// For debug online
implementation project(':libausbc')
// implementation project(':libausbc')

// demo
// implementation 'com.github.jiangdongguo.AndroidUSBCamera:libausbc:3.2.0'
implementation 'com.github.jiangdongguo.AndroidUSBCamera:libausbc:3.2.2'
}
10 changes: 5 additions & 5 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
include ':app'

// For debug online
include ':libausbc'
include ':libuvc'
include ':libpush'
include ':libnative'
include ':libuvccommon'
//include ':libausbc'
//include ':libuvc'
//include ':libpush'
//include ':libnative'
//include ':libuvccommon'

0 comments on commit f00ab0a

Please sign in to comment.