Skip to content

Commit

Permalink
set version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyinghan committed Jul 21, 2022
1 parent 87084ea commit 875aeb3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {
}
dependencies {
implementation 'com.herohan:UVCAndroid:1.0.3'
implementation 'com.herohan:UVCAndroid:1.0.4'
}
```
R8 / ProGuard
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
debugImplementation 'jp.wasabeef:takt:2.1.1'

implementation project(':libuvccamera')
// implementation 'com.herohan:UVCAndroid:1.0.3'
// implementation 'com.herohan:UVCAndroid:1.0.4'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'

Expand Down
2 changes: 1 addition & 1 deletion demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
// debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'

implementation project(':libuvccamera')
// implementation 'com.herohan:UVCAndroid:1.0.3'
// implementation 'com.herohan:UVCAndroid:1.0.4'

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
Expand Down
2 changes: 1 addition & 1 deletion libuvccamera/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
}

ext {
libraryVersion = '1.0.3'
libraryVersion = '1.0.4'
publishedGroupId = 'com.herohan'
artifact = 'UVCAndroid'
libraryDescription = 'Library and sample to access UVC camera on non-rooted Android device'
Expand Down

0 comments on commit 875aeb3

Please sign in to comment.