Skip to content

Commit c066dc9

Browse files
committed
version 2.6.4
1 parent d132fdc commit c066dc9

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
@@ -50,9 +50,9 @@ allprojects {
5050
}
5151
}
5252
dependencies {
53-
implementation 'com.github.pedroSG94.RootEncoder:library:2.6.3'
53+
implementation "com.github.pedroSG94.RootEncoder:library:2.6.4"
5454
//Optional, allow use CameraXSource and CameraUvcSource
55-
implementation 'com.github.pedroSG94.RootEncoder:extra-sources:2.6.3'
55+
implementation "com.github.pedroSG94.RootEncoder:extra-sources:2.6.4"
5656
}
5757
5858
```

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.6.3"
3+
version = "2.6.4"
44
}
55

66
plugins {

0 commit comments

Comments
 (0)