Skip to content

Commit

Permalink
version 2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroSG94 committed Dec 3, 2024
1 parent b7b0543 commit 152972a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ allprojects {
}
}
dependencies {
implementation 'com.github.pedroSG94.RootEncoder:library:2.5.4'
implementation 'com.github.pedroSG94.RootEncoder:library:2.5.5'
//Optional, allow use BitmapSource, CameraXSource and CameraUvcSource
implementation 'com.github.pedroSG94.RootEncoder:extra-sources:2.5.4'
implementation 'com.github.pedroSG94.RootEncoder:extra-sources:2.5.5'
}
```
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
libraryGroup = "com.github.pedroSG94"
versionCode = "254"
versionName = "2.5.4"
versionCode = "255"
versionName = "2.5.5"

#plugins versions
agp = "8.6.1"
Expand Down

0 comments on commit 152972a

Please sign in to comment.