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 0bb205e commit 2c1e83bCopy full SHA for 2c1e83b
README.md
@@ -58,9 +58,9 @@ allprojects {
58
}
59
60
dependencies {
61
- implementation "com.github.pedroSG94.RootEncoder:library:2.7.0"
+ implementation "com.github.pedroSG94.RootEncoder:library:2.7.1"
62
//Optional, allow use CameraXSource and CameraUvcSource
63
- implementation "com.github.pedroSG94.RootEncoder:extra-sources:2.7.0"
+ implementation "com.github.pedroSG94.RootEncoder:extra-sources:2.7.1"
64
65
66
```
build.gradle.kts
@@ -1,6 +1,6 @@
1
allprojects {
2
group = "com.github.pedroSG94"
3
- version = "2.7.0"
+ version = "2.7.1"
4
5
plugins.withType<PublishingPlugin> {
6
configure<PublishingExtension> {
0 commit comments