We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de7599e commit a62cc0cCopy full SHA for a62cc0c
2 files changed
README.md
@@ -50,9 +50,9 @@ allprojects {
50
}
51
52
dependencies {
53
- implementation 'com.github.pedroSG94.RootEncoder:library:2.6.2'
+ implementation 'com.github.pedroSG94.RootEncoder:library:2.6.3'
54
//Optional, allow use CameraXSource and CameraUvcSource
55
- implementation 'com.github.pedroSG94.RootEncoder:extra-sources:2.6.2'
+ implementation 'com.github.pedroSG94.RootEncoder:extra-sources:2.6.3'
56
57
58
```
build.gradle.kts
@@ -1,6 +1,6 @@
1
allprojects {
2
group = "com.github.pedroSG94"
3
- version = "2.6.2"
+ version = "2.6.3"
4
5
6
plugins {
0 commit comments