Skip to content

Commit 37c4903

Browse files
committed
version 2.7.2
1 parent 7ccc9eb commit 37c4903

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ allprojects {
5858
}
5959
}
6060
dependencies {
61-
implementation "com.github.pedroSG94.RootEncoder:library:2.7.1"
61+
implementation "com.github.pedroSG94.RootEncoder:library:2.7.2"
6262
//Optional, allow use CameraXSource and CameraUvcSource
63-
implementation "com.github.pedroSG94.RootEncoder:extra-sources:2.7.1"
63+
implementation "com.github.pedroSG94.RootEncoder:extra-sources:2.7.2"
6464
}
6565
6666
```

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
allprojects {
22
group = "com.github.pedroSG94"
3-
version = "2.7.1"
3+
version = "2.7.2"
44

55
plugins.withType<PublishingPlugin> {
66
configure<PublishingExtension> {

0 commit comments

Comments
 (0)