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 d132fdc commit c066dc9Copy full SHA for c066dc9
README.md
@@ -50,9 +50,9 @@ allprojects {
50
}
51
52
dependencies {
53
- implementation 'com.github.pedroSG94.RootEncoder:library:2.6.3'
+ implementation "com.github.pedroSG94.RootEncoder:library:2.6.4"
54
//Optional, allow use CameraXSource and CameraUvcSource
55
- implementation 'com.github.pedroSG94.RootEncoder:extra-sources:2.6.3'
+ implementation "com.github.pedroSG94.RootEncoder:extra-sources:2.6.4"
56
57
58
```
build.gradle.kts
@@ -1,6 +1,6 @@
1
allprojects {
2
group = "com.github.pedroSG94"
3
- version = "2.6.3"
+ version = "2.6.4"
4
5
6
plugins {
0 commit comments