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