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 660cd2f commit 3da506eCopy full SHA for 3da506e
2 files changed
README.md
@@ -50,9 +50,9 @@ allprojects {
50
}
51
52
dependencies {
53
- implementation "com.github.pedroSG94.RootEncoder:library:2.6.5"
+ implementation "com.github.pedroSG94.RootEncoder:library:2.6.6"
54
//Optional, allow use CameraXSource and CameraUvcSource
55
- implementation "com.github.pedroSG94.RootEncoder:extra-sources:2.6.5"
+ implementation "com.github.pedroSG94.RootEncoder:extra-sources:2.6.6"
56
57
58
```
build.gradle.kts
@@ -1,6 +1,6 @@
1
allprojects {
2
group = "com.github.pedroSG94"
3
- version = "2.6.5"
+ version = "2.6.6"
4
5
plugins.withType<PublishingPlugin> {
6
configure<PublishingExtension> {
0 commit comments