Skip to content

Commit

Permalink
version 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroSG94 committed Sep 21, 2024
1 parent dd4ded4 commit 8a7346c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.0'
implementation 'com.github.pedroSG94.RootEncoder:library:2.5.1'
//Optional, allow use BitmapSource, CameraXSource and CameraUvcSource
implementation 'com.github.pedroSG94.RootEncoder:extra-sources:2.5.0'
implementation 'com.github.pedroSG94.RootEncoder:extra-sources:2.5.1'
}
```
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
libraryGroup = "com.github.pedroSG94"
versionCode = "250"
versionName = "2.5.0"
versionCode = "251"
versionName = "2.5.1"

#plugins versions
agp = "8.6.0"
agp = "8.6.1"
kotlin = "2.0.20"
dokka = "1.9.20"

Expand Down

0 comments on commit 8a7346c

Please sign in to comment.