Skip to content

Commit

Permalink
[dev] ready to release 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangdg committed Feb 13, 2023
1 parent 8256038 commit cd2a301
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ dependencies {
implementation project(':libutils')

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

// demo
implementation 'com.github.jiangdongguo.AndroidUSBCamera:libausbc:3.3.2'
// implementation 'com.github.jiangdongguo.AndroidUSBCamera:libausbc:3.3.2'
}
8 changes: 4 additions & 4 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ include ':app'
include ':libutils'

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

0 comments on commit cd2a301

Please sign in to comment.